mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-25 16:23:19 +01:00
Disable vue/attribute-hyphenation in eslint
This commit is contained in:
parent
9f90ab97eb
commit
6d4cd04a2c
@ -35,6 +35,7 @@ module.exports = {
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
'space-before-function-paren': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/attributes-order': 'off'
|
||||
'vue/attributes-order': 'off',
|
||||
'vue/attribute-hyphenation': 'off'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user