diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 000000000..d2f5c3c41 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,37 @@ +{ + + "globals": { + "$" : true, + "afterEach" : true, + "beforeEach" : true, + "console" : true, + "describe" : true, + "expect" : true, + "it" : true, + "jQuery" : true, + "loadFixtures" : true, + "module" : true, + "requestAnimationFrame" : true, + "require" : true, + "semantic" : true + }, + + "debug" : false, + "devel" : true, + + "browser" : true, + "curly" : true, + "immed" : true, + "latedef" : true, + "loopfunc" : true, + "noarg" : true, + "undef" : true, + "sub" : true, + "loopfunc" : true, + + "laxbreak" : true, + "evil" : true, + "indent" : false, + "trailing" : false + +} \ No newline at end of file