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 dfe6c25 commit de52020
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 @@ -14,7 +14,7 @@
"unicorn/prevent-abbreviations": 0,
"unicorn/no-anonymous-default-export": 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 @@ -36,13 +36,13 @@
},
"homepage": "https://github.com/dotcore64/socket.io-as-promised#readme",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"c8": "^9.1.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.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 de52020

Please sign in to comment.