before suspend
This commit is contained in:
24
.eslintrc
24
.eslintrc
@@ -11,7 +11,8 @@
|
||||
},
|
||||
"env": {
|
||||
"es6": true,
|
||||
"browser": true
|
||||
"browser": true,
|
||||
"vue/setup-compiler-macros": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": [
|
||||
@@ -23,11 +24,22 @@
|
||||
"error",
|
||||
"tab"
|
||||
],
|
||||
"vue/html-closing-bracket-spacing": ["error", {
|
||||
"startTag": "never",
|
||||
"endTag": "never",
|
||||
"selfClosingTag": "never"
|
||||
}],
|
||||
"vue/html-closing-bracket-spacing": [
|
||||
"error",
|
||||
{
|
||||
"startTag": "never",
|
||||
"endTag": "never",
|
||||
"selfClosingTag": "never"
|
||||
}
|
||||
],
|
||||
"vue/component-api-style": [
|
||||
"error",
|
||||
[
|
||||
"script-setup",
|
||||
"composition"
|
||||
]
|
||||
// "script-setup", "composition", "composition-vue2", or "options"
|
||||
],
|
||||
"indent": [
|
||||
"error",
|
||||
"tab"
|
||||
|
Reference in New Issue
Block a user