kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Add TODO for <script setup>
rodzic
e6534a1554
commit
e29819f314
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-empty-function': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'off',
|
||||
|
||||
// TODO (wvffle): Migration to pinia
|
||||
// TODO (wvffle): Migrate to pinia
|
||||
// Vuex 3 store does not have types defined, hence we use `any`
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
|
||||
|
|
|
@ -52,3 +52,4 @@ Promise.all(modules).finally(() => {
|
|||
// TODO (wvffle): Check for mixin merging: https://v3-migration.vuejs.org/breaking-changes/data-option.html#mixin-merge-behavior-change=
|
||||
// TODO (wvffle): Use emits options: https://v3-migration.vuejs.org/breaking-changes/emits-option.html
|
||||
// TODO (wvffle): Migrate to new v-model: https://v3-migration.vuejs.org/breaking-changes/v-model.html
|
||||
// TODO (wvffle): Migrate to <script setup>
|
||||
|
|
Ładowanie…
Reference in New Issue