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