improve node views

This commit is contained in:
Philipp Kühn
2020-11-24 10:51:57 +01:00
parent 3128c5eb9d
commit dcac8e5407
5 changed files with 60 additions and 67 deletions

View File

@@ -46,6 +46,7 @@ module.exports = {
'func-names': ['error', 'never'],
'arrow-body-style': 'off',
'max-len': 'off',
'vue/one-component-per-file': 'off',
'vue/this-in-template': ['error', 'never'],
'vue/max-attributes-per-line': ['error', {
singleline: 3,