Merge branch 'main' into feature/fix_confirm_regression
This commit is contained in:
@@ -85,7 +85,13 @@ export async function vue(): Promise<Linter.Config[]> {
|
||||
'vue/dot-location': ['error', 'property'],
|
||||
'vue/dot-notation': ['error', { allowKeywords: true }],
|
||||
'vue/eqeqeq': ['error', 'smart'],
|
||||
'vue/html-closing-bracket-newline': 'error',
|
||||
'vue/html-closing-bracket-newline': [
|
||||
'error',
|
||||
{
|
||||
multiline: 'never',
|
||||
selfClosingTag: { multiline: 'never' },
|
||||
},
|
||||
],
|
||||
'vue/html-indent': 'off',
|
||||
// 'vue/html-indent': ['error', 2],
|
||||
'vue/html-quotes': ['error', 'double'],
|
||||
|
||||
Reference in New Issue
Block a user