diff options
Diffstat (limited to 'web/.jshintrc')
-rw-r--r-- | web/.jshintrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |