diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 000000000..37136b133 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,17 @@ +{ + "asi" : true, + "browser" : true, + "eqeqeq" : false, + "eqnull" : true, + "es3" : true, + "expr" : true, + "jquery" : true, + "latedef" : "nofunc", + "laxbreak" : true, + "nonbsp" : true, + "strict" : true, + "undef" : true, + "unused" : true, + // External variabls and plugins + "predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ] +} \ No newline at end of file