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 ce9969a commit 309231e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Expand Up @@ -3,9 +3,9 @@
"airbnb",
"plugin:react/jsx-runtime",
"plugin:unicorn/recommended",
"plugin:eslint-comments/recommended"
"plugin:@eslint-community/eslint-comments/recommended"
],
"plugins": ["unicorn", "eslint-comments"],
"plugins": ["unicorn"],
"env": {
"browser": true
},
Expand All @@ -32,7 +32,7 @@
"unicorn/no-null": 0,
"unicorn/prevent-abbreviations": 0,
"unicorn/no-anonymous-default-export": 0,
"eslint-comments/no-unused-disable": "error"
"@eslint-community/eslint-comments/no-unused-disable": "error"
},
"overrides": [
{
Expand Down
86 changes: 33 additions & 53 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
Expand Up @@ -46,6 +46,7 @@
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -57,7 +58,6 @@
"dirty-chai": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mocha": "^10.4.3",
Expand Down

0 comments on commit 309231e

Please sign in to comment.