initial commit
[crowdnode.js/.git] / .jshintrc
diff --git a/.jshintrc b/.jshintrc
new file mode 100644 (file)
index 0000000..fbfceab
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+{
+  "browser": true,
+  "node": true,
+  "esversion": 11,
+  "curly": true,
+  "sub": true,
+
+  
+  "bitwise": true,
+  "eqeqeq": true,
+  "forin": true,
+  "freeze": true,
+  "immed": true,
+  "latedef": "nofunc",
+  "nonbsp": true,
+  "nonew": true,
+  "plusplus": true,
+  "undef": true,
+  "unused": "vars",
+  "strict": true,
+  "maxdepth": 4,
+  "maxstatements": 100,
+  "maxcomplexity": 20
+}