UNPKG

275 BPlain TextView Raw
1{
2 "node": true,
3 "bitwise": true,
4 "camelcase": false,
5 "curly": true,
6 "eqeqeq": true,
7 "forin": true,
8 "immed": true,
9 "latedef": true,
10 "newcap": true,
11 "noarg": true,
12 "nonew": true,
13 "noempty": true,
14 "undef": true,
15 "unused": true,
16 "strict": true,
17 "trailing": true
18}
\No newline at end of file