summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/loglevel/lib/.jshintrc
blob: 0eacda6488fa9d6cf8a521bb4b337215f06fa72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "curly": false,
  "eqeqeq": true,
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "sub": true,
  "undef": true,
  "boss": true,
  "eqnull": true,
  "es3": true,
  "notypeof": true,
  "globals": {
    "console": false,
    "exports": false,
    "define": false,
    "module": false,
    "window": false
  }
}