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:
kolaente
2025-05-13 21:10:01 +02:00
parent 465f3970bd
commit 7368f5c323

View File

@@ -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',