Skip to content

Commit

Permalink
Remove deprecated scanjs eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreher committed Sep 29, 2021
1 parent a7c02c7 commit ceac2f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
},
"plugins": [
"security",
"scanjs-rules",
"no-unsafe-innerhtml"
],
"extends": [
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ceac2f9

Please sign in to comment.