🐛 Fix(custom): fix an issue eslint not worked as expected

This commit is contained in:
Kuingsmile
2025-12-30 13:20:28 +08:00
parent 4fb5a26270
commit b53eccce13
185 changed files with 8014 additions and 7627 deletions

View File

@@ -12,7 +12,7 @@
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"trailingComma": "all",
"useTabs": false,
"endOfLine": "lf"
}