update eslint config
This commit is contained in:
@@ -51,6 +51,7 @@ module.exports = {
|
|||||||
'func-names': ['error', 'never'],
|
'func-names': ['error', 'never'],
|
||||||
'arrow-body-style': 'off',
|
'arrow-body-style': 'off',
|
||||||
'max-len': 'off',
|
'max-len': 'off',
|
||||||
|
'no-return-assign': 'off',
|
||||||
'vue/one-component-per-file': 'off',
|
'vue/one-component-per-file': 'off',
|
||||||
'vue/this-in-template': ['error', 'never'],
|
'vue/this-in-template': ['error', 'never'],
|
||||||
'vue/multi-word-component-names': 'off',
|
'vue/multi-word-component-names': 'off',
|
||||||
|
|||||||
Reference in New Issue
Block a user