Fix ESLint
This commit is contained in:
parent
a2bf8c8221
commit
4b2102b97f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
"space-infix-ops": "warn",
|
"space-infix-ops": "warn",
|
||||||
"brace-style": "warn",
|
"brace-style": "warn",
|
||||||
"comma-spacing": "warn",
|
"comma-spacing": "warn",
|
||||||
"indent": ["warn", { "SwitchCase": 2 }],
|
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||||
"arrow-spacing": "warn"
|
"arrow-spacing": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue