feat: 本次提交更新内容如下

eslint规则校验
This commit is contained in:
2025-07-28 17:18:03 +08:00
parent a9306bb8ba
commit e1ed0e5dff
61 changed files with 275 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
{
"semi": true,
"trailingComma": "es5",
"trailingComma": "all",
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
@@ -9,5 +9,6 @@
"bracketSpacing": true,
"arrowParens": "avoid",
"jsxSingleQuote": false,
"quoteProps": "as-needed"
}
"quoteProps": "as-needed",
"commaDangle": "all"
}