From c261ba04b0e8c1a0cc9c9be8a9fb7dfc6bf0d826 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 4 Oct 2015 19:26:34 +1300 Subject: Disable JSHint check for use strict --- web/.jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/.jshintrc') diff --git a/web/.jshintrc b/web/.jshintrc index d547bfeb0..0d2e29d52 100644 --- a/web/.jshintrc +++ b/web/.jshintrc @@ -25,7 +25,7 @@ // true : all variables, last function parameter // "vars" : all variables only // "strict" : all variables, all function parameters - "strict" : true, // true: Requires all functions run in ES5 Strict Mode + "strict" : false, // true: Requires all functions run in ES5 Strict Mode "maxparams" : false, // {int} Max number of formal params allowed per function "maxdepth" : false, // {int} Max depth of nested blocks (within functions) "maxstatements" : false, // {int} Max number statements per function -- cgit v1.2.3