We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8462bef + 4c9f01f commit da55188Copy full SHA for da55188
1 file changed
configurations/standard.mjs
@@ -13,6 +13,8 @@ export default [{
13
14
rules: {
15
"no-console": "warn",
16
+ "no-debugger": "warn",
17
+ "no-unreachable": "warn",
18
"no-undef": "warn",
19
"no-unmodified-loop-condition": "warn",
20
"no-useless-concat": "warn",
0 commit comments