aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-error/.jshintrc
blob: ac38a067e748685e5594af6f6c0e46de0a0b41d9 (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
{
    "bitwise": false,
    "camelcase": true,
    "curly": false,
    "eqeqeq": true,
    "forin": true,
    "immed": true,
    "indent": 4,
    "latedef": "nofunc",
    "newcap": true,
    "noarg": true,
    "nonew": true,
    "plusplus": false,
    "quotmark": false,
    "regexp": false,
    "undef": true,
    "unused": true,
    "strict": false,
    "trailing": true,
    "node": true,
    "noempty": true,
    "maxdepth": 4,
    "maxparams": 4,
    "newcap": false,
    "globalstrict": true,
    "shadow": "outer",
    "globals": {
        "console": true,
        "Buffer": true,
        "setTimeout": true,
        "clearTimeout": true,
        "setInterval": true,
        "clearInterval": true
    }
}