epic-s6ts
[kivitendo-erp.git] / .jshintrc
1 {
2   "laxcomma" : true,   // tolerate "," at the beginning of lines
3   "laxbreak" : true,   // tolerate "+" at the beginning of lines
4   "jquery": true,      // assume jquery is loaded
5   "asi" : true,        // tolerate satements without ";" yet
6   "eqeqeq" : false,    // don't require === for comparisons yet
7  // "strict" : true
8
9   "globals" : {
10     "predef": [ "kivi" ]
11   }
12 }