Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / .jshintrc
diff --git a/.jshintrc b/.jshintrc
new file mode 100644 (file)
index 0000000..bff88db
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,12 @@
+{
+  "laxcomma" : true,   // tolerate "," at the beginning of lines
+  "laxbreak" : true,   // tolerate "+" at the beginning of lines
+  "jquery": true,      // assume jquery is loaded
+  "asi" : true,        // tolerate satements without ";" yet
+  "eqeqeq" : false,    // don't require === for comparisons yet
+ // "strict" : true
+
+  "globals" : {
+    "predef": [ "kivi" ]
+  }
+}