Skip to content

Commit

Permalink
Use legacy version of eslit security
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Feb 16, 2024
1 parent 16aaa73 commit 3714f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:promise/recommended",
"plugin:security/recommended"
"plugin:security/recommended-legacy"
],
"globals": {
"Atomics": "readonly",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"overrides": [
{
"files": ["*.test.ts","*.test.js"],
"files": ["*.test.ts", "*.test.js"],
"rules": {
"node/no-extraneous-import": "off"
}
Expand Down

0 comments on commit 3714f02

Please sign in to comment.