Warn when debugger statement is used

This commit is contained in:
Tom Payne
2012-09-19 15:51:50 +02:00
parent 181a574126
commit 4141393423

View File

@@ -5,6 +5,7 @@
"checks": {
"accessControls": "ERROR",
"ambiguousFunctionDecl": "ERROR",
"checkDebuggerStatement": "WARNING",
"checkRegExp": "ERROR",
"checkTypes": "ERROR",
"checkVars": "ERROR",
@@ -45,6 +46,6 @@
"paths": "src",
"treat-warnings-as-errors": true
"treat-warnings-as-errors": false
}