Add jshintrc
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 1 Feb 2015 12:23:24 +0000 (13:23 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 1 Feb 2015 12:23:24 +0000 (13:23 +0100)
webcit/js/.jshintrc [new file with mode: 0644]

diff --git a/webcit/js/.jshintrc b/webcit/js/.jshintrc
new file mode 100644 (file)
index 0000000..c701f27
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "bitwise": true,
+  "curly": true,
+  "eqeqeq": true,
+  "forin": true,
+  "freeze": true,
+  "immed": true,
+  "laxbreak": true,
+  "newcap": true,
+  "noarg": true,
+  "noempty": true,
+  "nonbsp": true,
+  "nonew": true,
+  "strict": true,
+  "undef": true,
+  "unused": true,
+  "indent": 2,
+  "maxlen": 120
+}