no inline style

This commit is contained in:
Ulf Gebhardt 2022-03-09 20:30:26 +01:00
parent 8211538d6f
commit eb681467de
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -16,6 +16,12 @@ module.exports = {
'no-console': ['error'],
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'vue/component-name-in-template-casing': ['error', 'kebab-case'],
'vue/no-static-inline-styles': [
'error',
{
allowBinding: false,
},
],
'prettier/prettier': [
'error',
{