diff options
author | utvk <utvk@users.noreply.github.com> | 2014-05-09 09:54:01 +0200 |
---|---|---|
committer | utvk <utvk@users.noreply.github.com> | 2014-05-09 09:54:01 +0200 |
commit | 166690e6a12a38b5c80db1b689446804e0b6435d (patch) | |
tree | 0b3273c2af94e5454ee354aa69bd0d22d11dffa6 | |
parent | 44ab511e61a07a1f62d7af0fac07b3b292892cfc (diff) |
jshintrc
-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 +} |