UNPKG

379 BJSONView Raw
1{
2 "globals" : {
3 "setTimeout" : true
4 },
5 "parserOptions": {
6 "ecmaVersion": "2015",
7 "sourceType": "module"
8 },
9 "rules" : {
10 "global-strict" : "off",
11 "key-spacing" : ["off", { "beforeColon": false, "afterColon": true }],
12 "no-console" : "warn",
13 "no-multi-spaces" : "off",
14 "quotes" : ["warn", "single", "avoid-escape"]
15 }
16}