From ceac2f9a854f1d3f10cb75dc19736bf6a463443e Mon Sep 17 00:00:00 2001 From: Susan Dreher Date: Wed, 29 Sep 2021 15:22:20 -0400 Subject: [PATCH] Remove deprecated scanjs eslint plugin --- .eslintrc.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e7c3511..61856ce 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,7 +6,6 @@ module.exports = { }, "plugins": [ "security", - "scanjs-rules", "no-unsafe-innerhtml" ], "extends": [ diff --git a/package.json b/package.json index 7b07fe6..cba4fac 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "chai": "^4.0.2", "css-loader": "^6.2.0", "eslint": "~7.32.0", - "eslint-config-scanjs": "^1.0.0-beta4", "eslint-plugin-no-unsafe-innerhtml": "^1.0.16", "eslint-plugin-security": "^1.4.0", "file-loader": "^6.0.0",