diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 00000000..bed1afa5 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,28 @@ +{ + "predef": [ + "jQuery", + "QUnit", + "_" + ], + + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "latedef": true, + "newcap": true, + "noarg": true, + "noempty": true, + "nonew": true, + "plusplus": false, + "quotmark": "single", + "undef": true, + "unused": true, + "strict": true, + "trailing": true, + "laxbreak": true, + "browser": true, + "nomen": true, + "onevar": true, + "white": false +}