Migrate a couple of components to new v-model and cleanup linting stuff
This commit is contained in:
parent
16d437be62
commit
2f80e0935f
27 changed files with 259 additions and 292 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue