small frontend rewrite
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"plugin:vue/recommended",
|
||||
"plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
"overrides": [],
|
||||
"globals": {
|
||||
"useCookie": true,
|
||||
"$fetch": true,
|
||||
@@ -56,7 +55,8 @@
|
||||
"files": ["*.vue"],
|
||||
"rules": {
|
||||
"vue/multi-word-component-names": "off",
|
||||
"vue/attribute-hyphenation": "off"
|
||||
"vue/attribute-hyphenation": "off",
|
||||
"vue/html-self-closing": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user