feat: remove eslint rule vue/no-required-prop-with-default

This rule is not part of the recommended rule set. I added it before, because I thought it might make sense.
This commit is contained in:
Dominik Pschenitschni 2024-07-05 11:49:29 +02:00
parent e640149a23
commit df1f805294
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -42,7 +42,6 @@ module.exports = {
'error',
{ 'script': { 'lang': 'ts' } },
],
'vue/no-required-prop-with-default': ['error', { 'autofix': true }],
'vue/no-duplicate-attr-inheritance': 'error',
'vue/no-empty-component-block': 'error',
'vue/html-indent': ['error', 'tab'],