保存进度
This commit is contained in:
@@ -111,6 +111,14 @@ module.exports = {
|
||||
},],
|
||||
// vue
|
||||
"vue/html-indent": ["error", 4,],
|
||||
"vue/max-attributes-per-line": ["error", {
|
||||
"singleline": {
|
||||
"max": 3,
|
||||
},
|
||||
"multiline": {
|
||||
"max": 2,
|
||||
},
|
||||
},],
|
||||
// typescript
|
||||
// "@typescript-eslint/indent": ["warn", 4,],
|
||||
"@stylistic/indent": ["warn", 4,],
|
||||
|
Reference in New Issue
Block a user