1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: turn off vue/multi-word-component-names

This commit is contained in:
lemonslut 2025-06-07 21:54:03 -06:00
parent b9d1bd187e
commit 0fa04e0659
No known key found for this signature in database

View file

@ -122,6 +122,7 @@ module.exports = {
'tab'
],
'vue/valid-template-root': 'off',
'vue/multi-word-component-names': 'off',
'vue/max-attributes-per-line': 'off',
'vue/require-prop-types': 'off',
'vue/require-default-prop': 'off',