Skip to content

Commit

Permalink
Use eslint-plugin-node (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton authored Oct 30, 2023
1 parent 9b58b6c commit 6c991a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"extends": ["eslint:recommended", "prettier"]
"extends": ["eslint:recommended", "plugin:node/recommended", "prettier"],
"ignorePatterns": ["docs"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"jsdoc": "^4.0.2",
"npm-run-all": "^4.1.5",
"prettier": "3.0.3",
Expand Down

0 comments on commit 6c991a6

Please sign in to comment.