aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutvk <utvk@users.noreply.github.com>2014-05-09 09:54:01 +0200
committerutvk <utvk@users.noreply.github.com>2014-05-09 09:54:01 +0200
commit166690e6a12a38b5c80db1b689446804e0b6435d (patch)
tree0b3273c2af94e5454ee354aa69bd0d22d11dffa6
parent44ab511e61a07a1f62d7af0fac07b3b292892cfc (diff)
jshintrc
-rw-r--r--.jshintrc17
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
+}