Remove .hyphen property from tests (left behind in refactoring)
[jquery.git] / src / .jshintrc
blob8a47fc233b9011388b955c15611bb0b0d182330e
2   "options": {
3     "browser": true,
4     "curly": true,
5     "eqnull": true,
6     "evil": true,
7     "expr": true,
8     "maxerr": 100,
9     "newcap": false,
10     "quotmark": "double",
11     "strict": true,
12     "sub": true,
13     "trailing": true,
14     "undef": true,
15     "unused": true,
16     "wsh": true
17   },
18   "globals": {
19     "define": true,
20     "DOMParser": true,
21     "__dirname": true,
22     "jQuery": true,
23     "global": true,
24     "module": true,
25     "exports": true,
26     "require": true,
27     "file": true,
28     "log": true,
29     "console": true
30   }