fix: disable rules
This commit is contained in:
parent
5c12c1f8c9
commit
dcb4a67de2
@ -8,6 +8,8 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
overrides: basic.overrides,
|
overrides: basic.overrides,
|
||||||
rules: {
|
rules: {
|
||||||
|
'import/named': 'off',
|
||||||
|
|
||||||
// TS
|
// TS
|
||||||
'no-useless-constructor': 'off',
|
'no-useless-constructor': 'off',
|
||||||
'@typescript-eslint/semi': ['error', 'never'],
|
'@typescript-eslint/semi': ['error', 'never'],
|
||||||
|
@ -21,5 +21,7 @@ module.exports = {
|
|||||||
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
|
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
|
||||||
'vue/html-self-closing': 'off',
|
'vue/html-self-closing': 'off',
|
||||||
'vue/no-v-html': 'off',
|
'vue/no-v-html': 'off',
|
||||||
|
'vue/require-prop-types': 'off',
|
||||||
|
'vue/require-default-prop': 'off',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user