Skip to content

Commit

Permalink
build(deps-dev): add eslint-plugin-security-node (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 22, 2021
1 parent d392388 commit 5f7d6ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
"plugin:jest/recommended",
"plugin:jsdoc/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
"prettier",
],
parserOptions: {
Expand All @@ -18,7 +19,14 @@ module.exports = {
impliedStrict: true,
},
},
plugins: ["import", "jest", "jsdoc", "promise", "security"],
plugins: [
"import",
"jest",
"jsdoc",
"promise",
"security",
"security-node",
],
root: true,
rules: {
"import/no-extraneous-dependencies": "error",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"eslint-plugin-jsdoc": "^36.0.6",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security-node": "^1.0.14",
"glob": "^7.1.7",
"husky": "^7.0.2",
"jest": "^27.1.0",
Expand Down

0 comments on commit 5f7d6ad

Please sign in to comment.