Skip to content

Commit

Permalink
build(deps-dev): remove broken eslint-plugin-security-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 28, 2023
1 parent 85d35f0 commit a4996ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .eslintrc.js
Expand Up @@ -12,7 +12,6 @@ module.exports = {
"plugin:promise/recommended",
"plugin:regexp/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
"prettier",
],
overrides: [
Expand Down Expand Up @@ -40,14 +39,7 @@ module.exports = {
// Explicitly tell ESLint to parse JavaScript as CommonJS, as airbnb-base sets this to "modules" for ECMAScript
sourceType: "script",
},
plugins: [
"import",
"jsdoc",
"promise",
"regexp",
"security",
"security-node",
],
plugins: ["import", "jsdoc", "promise", "regexp", "security"],
root: true,
rules: {
"@eslint-community/eslint-comments/disable-enable-pair": "off",
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -76,7 +76,6 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-security-node": "^1.1.1",
"fastify": "^4.21.0",
"husky": "^8.0.3",
"jest": "^29.6.2",
Expand Down

0 comments on commit a4996ca

Please sign in to comment.