Skip to content

Commit

Permalink
build(deps-dev): add eslint-plugin-security-node (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 22, 2021
1 parent 6de6b0f commit cb43451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.js
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
Expand Up @@ -61,6 +61,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",
"fastify": "^3.10.1",
"husky": "^7.0.0",
"jest": "^27.0.3",
Expand Down

0 comments on commit cb43451

Please sign in to comment.