diff options
| author | yo mama <pepper@scannerjammer.com> | 2014-12-02 21:31:51 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2014-12-02 21:31:51 -0800 |
| commit | cc4f8980980809927e61a00cf7b8d727618ea067 (patch) | |
| tree | 1a340ba30d799b08ffcffe356adbfa2cb12e4654 /.jshintrc | |
first
Diffstat (limited to '.jshintrc')
| -rw-r--r-- | .jshintrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..0cd291c --- /dev/null +++ b/.jshintrc @@ -0,0 +1,21 @@ +{ + "node": true, + "esnext": true, + "bitwise": true, + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "indent": 2, + "latedef": true, + "newcap": true, + "noarg": true, + "quotmark": "single", + "regexp": true, + "undef": true, + "unused": true, + "strict": true, + "trailing": true, + "smarttabs": true, + "white": true +} |
