Add TODO for <script setup>

This commit is contained in:
Kasper Seweryn 2022-05-01 17:17:12 +02:00 committed by Georg Krause
parent e6534a1554
commit e29819f314
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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>