Skip to content

Commit 7ecfa6a

Browse files
committed
Backport #29585
Enable eslint no-console rule except for build directory
1 parent 7453733 commit 7ecfa6a

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
@@ -29,6 +29,7 @@
2929
"guard-for-in": "error",
3030
"no-alert": "error",
3131
"no-caller": "error",
32+
"no-console": "error",
3233
"no-div-regex": "error",
3334
"no-else-return": "error",
3435
"no-empty-function": "error",

0 commit comments

Comments
 (0)