From bdc93ed4eb1b2998aca1c7e28147d4fa2101927f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 04:22:05 +0000 Subject: [PATCH] deps: eslint-config-skuba 3.0.2 (#1240) * deps: eslint-config-skuba 3.0.2 * update diff --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sam Chung --- .changeset/rich-fans-notice.md | 1 - package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.changeset/rich-fans-notice.md b/.changeset/rich-fans-notice.md index be4ff4663..a0c561ad3 100644 --- a/.changeset/rich-fans-notice.md +++ b/.changeset/rich-fans-notice.md @@ -16,7 +16,6 @@ Diff patch from eslint-config-skuba 2 and eslint-config-skuba 3 + '@typescript-eslint/consistent-generic-constructors': '...', + '@typescript-eslint/consistent-indexed-object-style': '...', + '@typescript-eslint/consistent-type-assertions': '...', -+ '@typescript-eslint/consistent-type-definitions': '...', + 'dot-notation': '...', + '@typescript-eslint/dot-notation': '...', + '@typescript-eslint/no-base-to-string': '...', diff --git a/package.json b/package.json index 77f9aff13..2162a1405 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "enquirer": "^2.3.6", "esbuild": "~0.19.0", "eslint": "^8.11.0", - "eslint-config-skuba": "3.0.1", + "eslint-config-skuba": "3.0.2", "execa": "^5.0.0", "fdir": "^6.0.0", "fs-extra": "^11.0.0", diff --git a/yarn.lock b/yarn.lock index 784a2103b..41e23701c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3793,10 +3793,10 @@ eslint-config-seek@^12.0.1: eslint-plugin-rulesdir "^0.2.2" find-root "^1.1.0" -eslint-config-skuba@3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/eslint-config-skuba/-/eslint-config-skuba-3.0.1.tgz#1cdcb07af9bfe900a5aee90c2f7dcdd697f585bc" - integrity sha512-xUuxiFo/Jd3y+smrZxDpQYR7DK24zlD9YDGLCUT3vkttQ0E8dsYmZfwA871fUvpOhPDw/J9N5JX4afldOe8bjQ== +eslint-config-skuba@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/eslint-config-skuba/-/eslint-config-skuba-3.0.2.tgz#00b703e5195a34ff7d27d14e7b4b3f132ba79e94" + integrity sha512-Tgc+Qebn49J3bmbfLJ0IdTQpCYqqsd8w3xY76v+Wm1Owd4QaZ+NbaT6UumL80ZQy6/Otu0uHXlyPJG7Iq20YKg== dependencies: "@types/eslint" "^8.4.1" "@typescript-eslint/eslint-plugin" "^6.0.0"