aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
blob: 2ce0eca6f1c72889c5d83a76f617ecce932856f0 (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
{
  "options": {
    "browser": true,
    "curly": true,
    "eqnull": true,
    "evil": true,
    "expr": true,
    "maxerr": 100,
    "quotmark": "double",
    "smarttabs": true,
    "sub": true,
    "trailing": true,
    "undef": true,
    "wsh": true
  },
  "globals": {
    "define": true,
    "DOMParser": true,
    "__dirname": true,
    "jQuery": true,
    "global": true,
    "module": true,
    "exports": true,
    "require": true,
    "file": true,
    "log": true,
    "console": true
  }
}