Skip to content

Commit

Permalink
chore: eslint-plugin-eslint-comments migration
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 1, 2024
1 parent 3a0365f commit 2c0ee9f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 51 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"airbnb-base",
"plugin:n/recommended",
"plugin:unicorn/recommended",
"plugin:eslint-comments/recommended"
"plugin:@eslint-community/eslint-comments/recommended"
],
"plugins": ["n", "unicorn", "eslint-comments"],
"plugins": ["n", "unicorn"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
Expand All @@ -24,7 +24,7 @@
"unicorn/import-style": 0,
"unicorn/no-array-for-each": 0,
"unicorn/catch-error-name": ["error", { "name": "e" }],
"eslint-comments/no-unused-disable": "error"
"@eslint-community/eslint-comments/no-unused-disable": "error"
},
"overrides": [
{
Expand Down
74 changes: 27 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"p-from-callback": "^2.0.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.4.0",
Expand Down

0 comments on commit 2c0ee9f

Please sign in to comment.