UNPKG

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