Skip to content

Commit

Permalink
chore(eslint): replace eslint-plugin-node with latest eslint-plugin-n
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Feb 5, 2024
1 parent e9f3e5e commit 326a993
Show file tree
Hide file tree
Showing 3 changed files with 4,818 additions and 1,290 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ module.exports = {
browser: false,
node: true,
},
plugins: ['node'],
extends: ['plugin:node/recommended'],
extends: ['plugin:n/recommended'],
},
{
// test files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-prettier": "8.10.0",
"eslint-plugin-ember": "11.12.0",
"eslint-plugin-import-helpers": "1.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-qunit": "7.3.4",
Expand Down
Loading

0 comments on commit 326a993

Please sign in to comment.