Skip to content

Commit dc40811

Browse files
committed
Changes no-debugger to a warning
1 parent 3d95a93 commit dc40811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"no-console": "off",
3333
"no-constant-condition": ["warn", { "checkLoops": false }],
3434
"no-caller": "error",
35+
"no-debugger": "warn",
3536
"no-dupe-class-members": "off",
3637
"no-duplicate-imports": "error",
3738
"no-else-return": "warn",

0 commit comments

Comments
 (0)