fix: eslint indent

pull/9940/head
AkaraChen 2 years ago
parent 0b8c896481
commit 0e53cc0e8c

@ -51,7 +51,7 @@ export default combine(
jsx: false, jsx: false,
overrides: { overrides: {
// original config // original config
"style/indent": "off", "style/indent": ["error", 2],
// these options does not exist in old version // these options does not exist in old version
// maybe useless // maybe useless

Loading…
Cancel
Save