Skip to content

Commit

Permalink
fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n…
Browse files Browse the repository at this point in the history
… 14.0.0 (#610)

* fix(deps): replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0

* Update eslint.js

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brett Dorrans <[email protected]>
  • Loading branch information
renovate[bot] and brettdorrans authored Apr 9, 2024
1 parent e8ea4e5 commit a1b51f1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 39 deletions.
2 changes: 1 addition & 1 deletion config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
'@typescript-eslint',
'import',
'prettier',
'node',
'n',
'promise',
'react',
'react-hooks',
Expand Down
81 changes: 44 additions & 37 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 @@ -41,7 +41,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-mdx": "^3.1.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
Expand Down

0 comments on commit a1b51f1

Please sign in to comment.