Skip to content

Commit

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

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

* Update .eslintrc.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: davidjgoss <david@davidgoss.co>
  • Loading branch information
renovate[bot] and davidjgoss authored May 11, 2024
1 parent 878a879 commit 8606905
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react",
"import",
"simple-import-sort",
"node",
"n",
"@typescript-eslint"
],
"extends": [
Expand All @@ -26,8 +26,8 @@
],
"rules": {
"import/no-cycle": "error",
"node/no-extraneous-import": "error",
"node/file-extension-in-import": "error",
"n/no-extraneous-import": "error",
"n/file-extension-in-import": "error",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
Expand Down
50 changes: 15 additions & 35 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 @@ -84,7 +84,7 @@
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
Expand Down

0 comments on commit 8606905

Please sign in to comment.