UNPKG

368 BPlain TextView Raw
1{
2 "bitwise": true,
3 "browser": true,
4 "camelcase": false,
5 "curly": true,
6 "eqeqeq": true,
7 "esnext": true,
8 "immed": true,
9 "indent": 4,
10 "latedef": false,
11 "newcap": true,
12 "noarg": true,
13 "node": true,
14 "quotmark": "single",
15 "strict": true,
16 "trailing": true,
17 "undef": true,
18 "unused": true,
19 "sub": true,
20 "globals": {
21 "node": true
22 }
23}