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