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:
parent
16478b3e1d
commit
d7726f4072
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue