mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
Update .eslintrc.js
This commit is contained in:
parent
ec1ca199cb
commit
afab434a8b
@ -44,6 +44,8 @@ module.exports = {
|
|||||||
"vue/valid-v-for": "warn",
|
"vue/valid-v-for": "warn",
|
||||||
"vue/return-in-computed-property": "warn",
|
"vue/return-in-computed-property": "warn",
|
||||||
"vue/max-attributes-per-line": "off",
|
"vue/max-attributes-per-line": "off",
|
||||||
|
"vue/html-self-closing": "off",
|
||||||
|
"vue/singleline-html-element-content-newline": "off",
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
"require": false,
|
"require": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user