mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
(lint) tweak vue rules to dominant style
This commit is contained in:
parent
999dce46ff
commit
5f4cab576a
@ -93,15 +93,15 @@
|
||||
"@stylistic/js/template-tag-spacing": "warn",
|
||||
"@stylistic/js/wrap-iife": "warn",
|
||||
"@stylistic/js/yield-star-spacing": "warn",
|
||||
"vue/first-attribute-linebreak": ["warn", { "singleline": "beside", "multiline": "beside" }],
|
||||
"vue/html-closing-bracket-spacing": ["warn", {"selfClosingTag": "never"}],
|
||||
"vue/first-attribute-linebreak": ["warn", { "singleline": "beside" }],
|
||||
"vue/html-indent": ["warn", 4],
|
||||
"vue/html-self-closing": ["warn", {"html": {"void": "always", "normal": "never"}}],
|
||||
"vue/max-attributes-per-line": ["warn", {"singleline": 4}],
|
||||
"vue/html-self-closing": ["warn", { "html": { "normal": "never" } }],
|
||||
"vue/max-attributes-per-line": ["warn", { "singleline": 5 }],
|
||||
"vue/multi-word-component-names": "off",
|
||||
"vue/no-mutating-props": "warn",
|
||||
"vue/no-use-v-if-with-v-for": ["warn"],
|
||||
"vue/require-v-for-key": "warn",
|
||||
"vue/singleline-html-element-content-newline": ["warn", { "externalIgnores": ["T"] }],
|
||||
"vue/valid-template-root": "warn",
|
||||
"vue/valid-v-for": "warn",
|
||||
"vue/array-bracket-newline": ["warn", "consistent"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user