mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
eslint: turn off vue/multi-word-component-names
This commit is contained in:
parent
b9d1bd187e
commit
0fa04e0659
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ module.exports = {
|
||||||
'tab'
|
'tab'
|
||||||
],
|
],
|
||||||
'vue/valid-template-root': 'off',
|
'vue/valid-template-root': 'off',
|
||||||
|
'vue/multi-word-component-names': 'off',
|
||||||
'vue/max-attributes-per-line': 'off',
|
'vue/max-attributes-per-line': 'off',
|
||||||
'vue/require-prop-types': 'off',
|
'vue/require-prop-types': 'off',
|
||||||
'vue/require-default-prop': 'off',
|
'vue/require-default-prop': 'off',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue