diff options
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,14 +1,17 @@ { + "boss": true, "curly": true, "eqeqeq": true, - "latedef": true, + "eqnull": true, + "expr": true, + "immed": true, "noarg": true, - "noempty": true, + "onevar": true, "quotmark": "double", + "smarttabs": true, + "trailing": true, "undef": true, "unused": true, - "strict": true, - "trailing": true, "node": true -} +}
\ No newline at end of file |