fix: lint

This commit is contained in:
wangcham
2026-02-09 00:36:30 +08:00
parent 6d858475d7
commit d2d7892325
3 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ const config = {
singleQuote: true,
// 大括号前后空格
bracketSpacing: true,
attributeVerticalAlignment: 'auto',
trailingComma: 'all',
};