프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / promise-queue / .jshintrc

이력 | 보기 | 이력해설 | 다운로드 (395 Bytes)

1
{
2
    "es5": false,
3
    "curly": true,
4
    "eqeqeq": true,
5
    "immed": true,
6
    "latedef": true,
7
    "newcap": true,
8
    "noarg": true,
9
    "sub": true,
10
    "undef": true,
11
    "boss": true,
12
    "eqnull": true,
13
    "node": true,
14
    "jquery": true,
15
    "strict": false,
16
    "browser": true,
17
    "indent": 4,
18
    "maxerr": 5,
19
    "maxdepth": 2,
20
    "maxstatements": 12,
21
    "maxcomplexity": 5
22
}