Add some eslint rule disables
This commit is contained in:
parent
bce20aa489
commit
6eacdf1803
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ module.exports = {
|
||||||
"allowFirstLine": false
|
"allowFirstLine": false
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
"vue/singleline-html-element-content-newline": "off"
|
"vue/singleline-html-element-content-newline": "off",
|
||||||
|
"vue/prop-name-casing": "off",
|
||||||
|
"vue/order-in-components": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue