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 (#98)

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

* Configure eslint for eslint-plugin-n

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kieran Ryan <kierankilkenny@gmail.com>
  • Loading branch information
renovate[bot] and kieran-ryan authored Mar 20, 2024
1 parent e2a0ba6 commit 17becc6
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 74 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"project": "tsconfig.json",
"sourceType": "module"
},
"plugins": [
"import",
"simple-import-sort",
"node",
"@typescript-eslint"
],
"plugins": ["import", "simple-import-sort", "n", "@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:import/typescript",
Expand All @@ -23,7 +18,7 @@
],
"rules": {
"import/no-cycle": "error",
"node/no-extraneous-import": "error",
"n/no-extraneous-import": "error",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
Expand Down
142 changes: 76 additions & 66 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 @@ -74,7 +74,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"husky": "9.0.2",
Expand Down

0 comments on commit 17becc6

Please sign in to comment.