From 41413934239f8530b252d3106e1e75940bd489dc Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 19 Sep 2012 15:51:50 +0200 Subject: [PATCH] Warn when debugger statement is used --- base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.json b/base.json index ab8f56372a..981eccfa40 100644 --- a/base.json +++ b/base.json @@ -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 }