aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
blob: a0dfa0ccba22a9393be288d5a9b307cc774440e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "options": {
    "evil": true,
    "browser": true,
    "wsh": true,
    "eqnull": true,
    "expr": true,
    "curly": true,
    "trailing": true,
    "undef": true,
    "smarttabs": true,
    "maxerr": 100,
    "sub": true
  },
  "globals": {
    "define": true,
    "DOMParser": true,
    "__dirname": true,
    "jQuery": true,
    "global": true,
    "module": true,
    "exports": true,
    "require": true,
    "file": true,
    "log": true,
    "console": true,
    "QUnit": true,
    "ok": true,
    "equal": true,
    "test": true,
    "asyncTest": true,
    "notEqual": true,
    "deepEqual": true,
    "strictEqual": true,
    "notStrictEqual": true,
    "start": true,
    "stop": true,
    "expect": true,
    "raises": true,
    "testIframe": true,
    "testIframeWithCallback": true,
    "createDashboardXML": true,
    "moduleTeardown": true,
    "testFoo": true,
    "foobar": true,
    "url": true,
    "t": true,
    "q": true,
    "amdDefined": true,
    "fireNative": true,
    "hasPHP": true,
    "isLocal": true,
    "originaljQuery": true,
    "$": true,
    "original$": true
  }
}