Move *.js to *.ts
This commit is contained in:
parent
8ff0bb937b
commit
9e0596d136
78 changed files with 626 additions and 788 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue