保存进度

This commit is contained in:
2025-08-13 00:23:26 +08:00
parent 3694cecea5
commit 87a023fff7

View File

@@ -111,6 +111,14 @@ module.exports = {
},], },],
// vue // vue
"vue/html-indent": ["error", 4,], "vue/html-indent": ["error", 4,],
"vue/max-attributes-per-line": ["error", {
"singleline": {
"max": 3,
},
"multiline": {
"max": 2,
},
},],
// typescript // typescript
// "@typescript-eslint/indent": ["warn", 4,], // "@typescript-eslint/indent": ["warn", 4,],
"@stylistic/indent": ["warn", 4,], "@stylistic/indent": ["warn", 4,],