mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
update eslint config
This commit is contained in:
parent
cd04758a49
commit
62e41b6a7d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user