Move *.js to *.ts

This commit is contained in:
Kasper Seweryn 2022-05-02 17:06:44 +02:00 committed by Georg Krause
commit 9e0596d136
78 changed files with 626 additions and 788 deletions

View file

@ -28,11 +28,7 @@ module.exports = {
// NOTE: Handled by typescript
'no-undef': 'off',
'no-unused-vars': 'off',
// TODO (wvffle): Migrate to VUI
// We're using `// @ts-ignore` in jQuery extensions
// and gettext for vue 2
'@typescript-eslint/ban-ts-comment': 'off',
'no-use-before-define': 'off',
// TODO (wvffle): Enable these rules later
'vue/multi-word-component-names': 'off',