Migrate a couple of components to new v-model and cleanup linting stuff

This commit is contained in:
Kasper Seweryn 2022-05-01 21:57:22 +02:00 committed by Georg Krause
commit 2f80e0935f
27 changed files with 259 additions and 292 deletions

View file

@ -34,7 +34,8 @@ module.exports = {
// and gettext for vue 2
'@typescript-eslint/ban-ts-comment': 'off',
// TODO (wvffle): Enable typescript rules later
// TODO (wvffle): Enable these rules later
'vue/multi-word-component-names': 'off',
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-unused-vars': 'off',