UNPKG

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