UNPKG

329 BPlain TextView Raw
1{
2 "curly": true,
3 "eqeqeq": true,
4 "immed": true,
5 "indent": 4,
6 "eqnull": true,
7 "latedef": true,
8 "noarg": true,
9 "noempty": true,
10 "quotmark": "single",
11 "undef": true,
12 "unused": true,
13 "strict": true,
14 "trailing": true,
15 "validthis": true,
16
17 "onevar": true,
18
19 "node": true
20}