X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=.jshintrc;fp=.jshintrc;h=bff88db9fcb1a8d02bdb5cf9cef746e7c6b9699a;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 000000000..bff88db9f --- /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" ] + } +}