Skip to content

Commit

Permalink
Merge pull request #61 from opentable/AC/eslint-node-plugin
Browse files Browse the repository at this point in the history
Removes unsupported eslint-plugin-node
  • Loading branch information
acolchado authored Apr 1, 2024
2 parents 15d923f + 4daa3b2 commit b5bbdfc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 138 deletions.
37 changes: 0 additions & 37 deletions .eslintrc

This file was deleted.

10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
}
}
76 changes: 0 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"dependencies": {},
"devDependencies": {
"eslint": "8.57.0",
"eslint-plugin-node": "11.1.0",
"jest": "29.7.0"
}
}
24 changes: 0 additions & 24 deletions test/.eslintrc

This file was deleted.

9 changes: 9 additions & 0 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../.eslintrc.json",
"env": {
"jest": true
},
"rules": {
"no-unused-vars": 0
}
}

0 comments on commit b5bbdfc

Please sign in to comment.