Add TODO for <script setup>

environments/review-front-deve-otr6gc/deployments/13419
Kasper Seweryn 2022-05-01 17:17:12 +02:00 zatwierdzone przez Georg Krause
rodzic e6534a1554
commit e29819f314
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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