mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
fix linter
This commit is contained in:
parent
18a9271611
commit
9055026158
@ -53,11 +53,13 @@ module.exports = {
|
||||
'max-len': 'off',
|
||||
'vue/one-component-per-file': 'off',
|
||||
'vue/this-in-template': ['error', 'never'],
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/max-attributes-per-line': ['error', {
|
||||
singleline: 3,
|
||||
singleline: {
|
||||
max: 3,
|
||||
},
|
||||
multiline: {
|
||||
max: 1,
|
||||
allowFirstLine: false,
|
||||
},
|
||||
}],
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user