mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-15 03:53:16 +08:00
🔧 使用Array替代[]
This commit is contained in:
@@ -17,6 +17,7 @@ const tsConfigRules = {
|
||||
"@typescript-eslint/strict-boolean-expressions": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-unused-expressions": ["error", { allowShortCircuit: false }],
|
||||
"@typescript-eslint/array-type": ["error", { "default": "generic" }],
|
||||
"import/order": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user