some fixes

This commit is contained in:
Philipp Kühn
2021-02-05 12:49:08 +01:00
parent 64aa083ff5
commit 0422288fd9
5 changed files with 20 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ module.exports = {
allowFirstLine: false,
},
}],
'vue/singleline-html-element-content-newline': 'off',
'no-param-reassign': 'off',
'import/prefer-default-export': 'off',
'consistent-return': 'off',