Warn when debugger statement is used
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"checks": {
|
"checks": {
|
||||||
"accessControls": "ERROR",
|
"accessControls": "ERROR",
|
||||||
"ambiguousFunctionDecl": "ERROR",
|
"ambiguousFunctionDecl": "ERROR",
|
||||||
|
"checkDebuggerStatement": "WARNING",
|
||||||
"checkRegExp": "ERROR",
|
"checkRegExp": "ERROR",
|
||||||
"checkTypes": "ERROR",
|
"checkTypes": "ERROR",
|
||||||
"checkVars": "ERROR",
|
"checkVars": "ERROR",
|
||||||
@@ -45,6 +46,6 @@
|
|||||||
|
|
||||||
"paths": "src",
|
"paths": "src",
|
||||||
|
|
||||||
"treat-warnings-as-errors": true
|
"treat-warnings-as-errors": false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user