UNPKG

339 BPlain TextView Raw
1{
2 "curly": true,
3 "eqeqeq": true,
4 "nonew": true,
5 "latedef": "nofunc",
6 "unused": true,
7 "noarg": true,
8 "asi": true,
9 "trailing": true,
10 "quotmark": true,
11 "strict": true,
12 "undef": true,
13 "expr": true,
14 "newcap": true,
15 "immed": true,
16 "node": true,
17 "camelcase": true,
18 "devel": true,
19 "freeze": true,
20 "-W033": true,
21 "-W058": true
22}
\No newline at end of file