diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 6cba3c57e..0e0bcac8e 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -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', diff --git a/front/src/main.ts b/front/src/main.ts index 5567440d5..48ca59769 100644 --- a/front/src/main.ts +++ b/front/src/main.ts @@ -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