summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-12-02 21:31:51 -0800
committeryo mama <pepper@scannerjammer.com>2014-12-02 21:31:51 -0800
commitcc4f8980980809927e61a00cf7b8d727618ea067 (patch)
tree1a340ba30d799b08ffcffe356adbfa2cb12e4654 /.jshintrc
first
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc21
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
+}