From 54ebd93e0a3e6359abe49be5c68505e4422f82fc Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 15 Aug 2022 10:29:04 +0200 Subject: [PATCH 1/2] chore: remove unused ignore comments --- src/rules/unbound-method.ts | 2 -- yarn.lock | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/rules/unbound-method.ts b/src/rules/unbound-method.ts index 5298ce014..9e3b69f77 100644 --- a/src/rules/unbound-method.ts +++ b/src/rules/unbound-method.ts @@ -59,9 +59,7 @@ export default createRule({ name: __filename, meta: { messages: { - // eslint-disable-next-line eslint-plugin/no-unused-message-ids unbound: DEFAULT_MESSAGE, - // eslint-disable-next-line eslint-plugin/no-unused-message-ids unboundWithoutThisAnnotation: DEFAULT_MESSAGE, }, schema: [], diff --git a/yarn.lock b/yarn.lock index eb3fe4325..9a88d0c1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4381,14 +4381,14 @@ __metadata: linkType: hard "eslint-plugin-eslint-plugin@npm:^5.0.0": - version: 5.0.2 - resolution: "eslint-plugin-eslint-plugin@npm:5.0.2" + version: 5.0.4 + resolution: "eslint-plugin-eslint-plugin@npm:5.0.4" dependencies: eslint-utils: ^3.0.0 estraverse: ^5.2.0 peerDependencies: eslint: ">=7.0.0" - checksum: c08bfd3048f24f078afc5237659e229a07e6352882bc74e3396e20d1207243322e60f55666c51288d868c6a7f2dffbcd76747b725d3156cea009d93d5366d2eb + checksum: 204a4fab15516eb6716aa8334abe16d6b80f8c1eb25da99b4dca592965df5c825f9ff3af99d3d6903f423a84fbf142d0aac893f7e1b95039cea629f5a209f738 languageName: node linkType: hard From fa11f6fcc7eef8f119da14a54b786a710f7707ac Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 15 Aug 2022 10:36:06 +0200 Subject: [PATCH 2/2] chore: rollback eslint-plugin-eslint-plugin --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d4ef0a1d1..95c405dd5 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-eslint-plugin": "^5.0.0", + "eslint-plugin-eslint-plugin": "^4.0.0", "eslint-plugin-import": "^2.25.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.4.1", diff --git a/yarn.lock b/yarn.lock index 9a88d0c1b..67cce9006 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4380,15 +4380,15 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-eslint-plugin@npm:^5.0.0": - version: 5.0.4 - resolution: "eslint-plugin-eslint-plugin@npm:5.0.4" +"eslint-plugin-eslint-plugin@npm:^4.0.0": + version: 4.4.1 + resolution: "eslint-plugin-eslint-plugin@npm:4.4.1" dependencies: eslint-utils: ^3.0.0 estraverse: ^5.2.0 peerDependencies: - eslint: ">=7.0.0" - checksum: 204a4fab15516eb6716aa8334abe16d6b80f8c1eb25da99b4dca592965df5c825f9ff3af99d3d6903f423a84fbf142d0aac893f7e1b95039cea629f5a209f738 + eslint: ">=6.0.0" + checksum: 01af66aae1f9f34401459d3397c044f4f474a36b91e3c92c6108e72f5379c4ad8b477d2044f59f82123839de9617fa56a88d718eb911ebeb38f6c506de3d1aea languageName: node linkType: hard @@ -4441,7 +4441,7 @@ __metadata: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint-config-prettier: ^8.3.0 eslint-plugin-eslint-comments: ^3.1.2 - eslint-plugin-eslint-plugin: ^5.0.0 + eslint-plugin-eslint-plugin: ^4.0.0 eslint-plugin-import: ^2.25.1 eslint-plugin-node: ^11.0.0 eslint-plugin-prettier: ^3.4.1