Backport #29585
Enable eslint no-console rule except for build directory
This commit is contained in:
parent
7453733ff6
commit
7ecfa6a343
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
"guard-for-in": "error",
|
"guard-for-in": "error",
|
||||||
"no-alert": "error",
|
"no-alert": "error",
|
||||||
"no-caller": "error",
|
"no-caller": "error",
|
||||||
|
"no-console": "error",
|
||||||
"no-div-regex": "error",
|
"no-div-regex": "error",
|
||||||
"no-else-return": "error",
|
"no-else-return": "error",
|
||||||
"no-empty-function": "error",
|
"no-empty-function": "error",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue