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 783e697 commit 5147de8
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 40 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",
"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 @@ -31,7 +31,7 @@
"unicorn/prevent-abbreviations": 0,
"unicorn/no-anonymous-default-export": 0,
"unicorn/no-null": 0,
"eslint-comments/no-unused-disable": "error"
"@eslint-community/eslint-comments/no-unused-disable": "error"
},
"overrides": [
{
Expand Down
89 changes: 53 additions & 36 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 @@ -44,6 +44,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",
"@react-spring/web": "^9.7.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand All @@ -56,7 +57,6 @@
"dynamics.js": "^1.1.5",
"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 5147de8

Please sign in to comment.