Skip to content

Commit e8d9760

Browse files
Merge pull request #81 from krompaco/main
Adjust security configurations according to Slack discussion
2 parents bdb3f3e + 6449c9d commit e8d9760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configurations/security.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export default [{
1616
"no-implied-eval": "error",
1717
"no-new-func": "warn",
1818
"no-script-url": "error",
19-
"no-unsafe-finally": "error",
20-
"no-unsafe-negation": "error",
19+
"no-unsafe-finally": "warn",
20+
"no-unsafe-negation": "warn",
2121
"no-prototype-builtins": "warn",
2222
"no-with": "warn",
2323
"require-await": "warn",
24-
"eqeqeq": ["error", "always"],
24+
"eqeqeq": "off",
2525
},
2626
}];

0 commit comments

Comments
 (0)