diff options
-rw-r--r-- | .jshintrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..01c50ba --- /dev/null +++ b/.jshintrc @@ -0,0 +1,17 @@ +{ + "boss": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "immed": true, + "latedef": true, + "newcap": true, + "noarg": true, + "node": true, + "quotmark": "single", + "strict": true, + "sub": true, + "trailing": true, + "undef": true, + "unused": true +} |