aboutsummaryrefslogtreecommitdiff
path: root/node_modules/preserve/.jshintrc
blob: e72045d2b3dbc60c63092cc0dd2a2e35413fdde4 (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
{
  "asi": false,
  "boss": true,
  "curly": true,
  "eqeqeq": true,
  "eqnull": true,
  "esnext": true,
  "immed": true,
  "latedef": true,
  "laxcomma": false,
  "newcap": true,
  "noarg": true,
  "node": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "globals": {
    "define": true,
    "before": true,
    "after": true,
    "describe": true,
    "it": true
  }
}