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

Co-authored-by: ti-renovate[bot] <148291315+ti-renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Cavin <[email protected]>
  • Loading branch information
ti-renovate[bot] and sheerlox authored May 6, 2024
1 parent b93e3fb commit 3ea3015
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"extends": [
"eslint:recommended",
"plugin:node/recommended",
"plugin:n/recommended",
"plugin:import/recommended",
"plugin:prettier/recommended"
],
"ignorePatterns": ["coverage"],
"rules": {
"node/file-extension-in-import": ["error", "always"]
"n/file-extension-in-import": ["error", "always"]
},
"overrides": [
{
Expand Down
57 changes: 44 additions & 13 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 @@ -40,7 +40,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"jest": "29.7.0",
Expand Down

0 comments on commit 3ea3015

Please sign in to comment.