Lint the frontend code

This commit is contained in:
Georg Krause 2021-12-06 11:35:20 +01:00
commit 8ee9a536e1
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
254 changed files with 19326 additions and 9915 deletions

View file

@ -20,5 +20,7 @@ module.exports = {
'vue'
],
rules: {
"vue/no-v-html": "off", // TODO: tackle this properly
"vue/no-use-v-if-with-v-for": "off"
}
}