代码优化

This commit is contained in:
2023-03-06 11:22:43 +08:00
parent b2712087a0
commit ef78c2e42e
6 changed files with 4759 additions and 4750 deletions

View File

@@ -84,7 +84,7 @@ module.exports = {
"@typescript-eslint/quotes": ["error", "double",],
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/strict-boolean-expressions": ["error", {
"allowString": true,
"allowString": false,
},],
"comma-style": ["error", "last",], //逗号在行位
"array-bracket-spacing": ["error", "never",],