chore: disable vue/no-boolean-default lint rule
We're not doing anything about it and don't think it is useful.
This commit is contained in:
parent
465f3970bd
commit
7368f5c323
|
|
@ -32,7 +32,6 @@ export default [
|
|||
'extensions': ['.js', '.jsx', '.ts', '.tsx', '.vue'],
|
||||
'shouldMatchCase': true,
|
||||
}],
|
||||
'vue/no-boolean-default': ['warn', 'default-false'],
|
||||
'vue/match-component-import-name': 'error',
|
||||
'vue/prefer-separate-static-class': 'warn',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue