UNPKG

361 BPlain TextView Raw
1{
2 "latedef": "nofunc",
3 "quotmark": "single",
4 "indent": 2,
5 "camelcase": true,
6 "eqeqeq": true,
7 "curly": true,
8 "unused": true,
9 "strict": true,
10 "trailing": true,
11 "eqnull": true,
12 "undef": true,
13 "noarg": true,
14 "node": true,
15 "expr": true,
16 "browser": false,
17 "mocha": true
18}