fix: eslint indent

This commit is contained in:
AkaraChen 2024-10-22 14:15:22 +08:00
parent 0b8c896481
commit 0e53cc0e8c

View File

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