nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jquery / src / .jshintrc
1 {
2         "boss": true,
3         "curly": true,
4         "eqeqeq": true,
5         "eqnull": true,
6         "expr": true,
7         "immed": true,
8         "noarg": true,
9         "quotmark": "double",
10         "undef": true,
11         "unused": true,
12
13         "sub": true,
14
15         // Support: IE < 10, Android < 4.1
16         // The above browsers are failing a lot of tests in the ES5
17         // test suite at http://test262.ecmascript.org.
18         "es3": true,
19
20         "globals": {
21                 "window": true,
22                 "JSON": false,
23
24                 "jQuery": true,
25                 "define": true,
26                 "module": true,
27                 "noGlobal": true
28         }
29 }