mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-03 20:00:57 +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-prop-types': 'off',
|
||||||
'vue/require-default-prop': 'off',
|
'vue/require-default-prop': 'off',
|
||||||
'vue/no-mutating-props': 'off', // TODO: all these
|
'vue/no-mutating-props': 'off', // TODO: all these
|
||||||
|
'vue/prop-name-casing': 'off', // TODO: do we need this?
|
||||||
'vue/html-closing-bracket-newline': [
|
'vue/html-closing-bracket-newline': [
|
||||||
'error',
|
'error',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue