diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/.jshintrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/.jshintrc b/src/.jshintrc index d75461017..2ce0eca6f 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -1,17 +1,17 @@ { "options": { - "evil": true, "browser": true, - "wsh": true, + "curly": true, "eqnull": true, + "evil": true, "expr": true, - "curly": true, - "trailing": true, - "undef": true, + "maxerr": 100, + "quotmark": "double", "smarttabs": true, "sub": true, - "maxerr": 100, - "quotmark": "double" + "trailing": true, + "undef": true, + "wsh": true }, "globals": { "define": true, |