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

eslint: disable vue/prop-name-casing for now until i can learn more about vue & get more info on the future of vue in this project

This commit is contained in:
lemonslut 2025-06-08 14:10:04 -06:00
parent 16478b3e1d
commit d7726f4072
No known key found for this signature in database

View file

@ -127,6 +127,7 @@ module.exports = {
'vue/require-prop-types': 'off',
'vue/require-default-prop': 'off',
'vue/no-mutating-props': 'off', // TODO: all these
'vue/prop-name-casing': 'off', // TODO: do we need this?
'vue/html-closing-bracket-newline': [
'error',
{