We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdb3f3e + 6449c9d commit e8d9760Copy full SHA for e8d9760
configurations/security.mjs
@@ -16,11 +16,11 @@ export default [{
16
"no-implied-eval": "error",
17
"no-new-func": "warn",
18
"no-script-url": "error",
19
- "no-unsafe-finally": "error",
20
- "no-unsafe-negation": "error",
+ "no-unsafe-finally": "warn",
+ "no-unsafe-negation": "warn",
21
"no-prototype-builtins": "warn",
22
"no-with": "warn",
23
"require-await": "warn",
24
- "eqeqeq": ["error", "always"],
+ "eqeqeq": "off",
25
},
26
}];
0 commit comments