update eslint config

This commit is contained in:
Philipp Kühn 2021-11-12 09:24:27 +01:00
parent cd04758a49
commit 62e41b6a7d

View File

@ -51,6 +51,7 @@ module.exports = {
'func-names': ['error', 'never'],
'arrow-body-style': 'off',
'max-len': 'off',
'no-return-assign': 'off',
'vue/one-component-per-file': 'off',
'vue/this-in-template': ['error', 'never'],
'vue/multi-word-component-names': 'off',