Skip to content

Commit

Permalink
Replace deprecated eslint node package and add node 14 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantoni authored and intcreator committed Apr 14, 2023
1 parent 8c36c8c commit 323a5d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 113 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"standard",
"plugin:jest/recommended",
"plugin:import/recommended",
"plugin:n/recommended",
"plugin:prettier/recommended",
"plugin:promise/recommended"
],
Expand Down
114 changes: 2 additions & 112 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 @@ -26,7 +26,7 @@
"eslint-config-standard": "~17.0.x",
"eslint-plugin-import": "~2.27.x",
"eslint-plugin-jest": "~27.2.x",
"eslint-plugin-node": "~11.1.x",
"eslint-plugin-n": "~15.6.x",
"eslint-plugin-prettier": "~4.2.x",
"eslint-plugin-promise": "~6.1.x",
"jest": "~29.5.x",
Expand Down

0 comments on commit 323a5d9

Please sign in to comment.