UNPKG

404 BJSONView Raw
1{
2 "env": {
3 "browser": true,
4 "node": true
5 },
6 "rules": {
7 "camelcase": "off",
8 "no-fallthrough": "off",
9 "quotes": [
10 "error",
11 "single"
12 ],
13 "semi": [
14 "error",
15 "always"
16 ]
17 },
18 "globals": {
19 "WB_wombat_location": true
20 },
21 "parserOptions": {
22 "ecmaVersion": 11,
23 "sourceType": "module"
24 }
25}