第一次

This commit is contained in:
2025-07-20 07:00:47 +00:00
parent 6f1c19241b
commit 107620d04f
26 changed files with 3206 additions and 3203 deletions

View File

@@ -13,10 +13,13 @@
"warn", "warn",
{ {
"selector": "import", "selector": "import",
"format": [ "camelCase", "PascalCase" ] "format": [
"camelCase",
"PascalCase"
]
} }
], ],
"@typescript-eslint/semi": "warn", "@typescript-eslint/semi": "off", //关闭分号检查
"curly": "warn", "curly": "warn",
"eqeqeq": "warn", "eqeqeq": "warn",
"no-throw-literal": "warn", "no-throw-literal": "warn",