mirror of https://github.com/espruino/BangleApps
parent
0a32e40b1a
commit
c6fd71be03
|
@ -29,6 +29,13 @@
|
|||
"ecmaVersion": 11
|
||||
},
|
||||
"rules": {
|
||||
"indent": [
|
||||
"error",
|
||||
2,
|
||||
{
|
||||
"SwitchCase": 1
|
||||
}
|
||||
],
|
||||
"no-case-declarations": "off",
|
||||
"no-constant-condition": "off",
|
||||
"no-delete-var": "off",
|
||||
|
|
Loading…
Reference in New Issue