mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-26 00:33:59 +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',
|
'@typescript-eslint/camelcase': 'off',
|
||||||
'space-before-function-paren': 'off',
|
'space-before-function-paren': 'off',
|
||||||
'vue/multi-word-component-names': '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