diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 7ee26a281..6cba3c57e 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -24,7 +24,6 @@ module.exports = { ], rules: { 'vue/no-v-html': 'off', // TODO: tackle this properly - 'vue/no-use-v-if-with-v-for': 'off', // NOTE: Handled by typescript 'no-undef': 'off', @@ -42,6 +41,9 @@ module.exports = { // TODO (wvffle): Migration to pinia // Vuex 3 store does not have types defined, hence we use `any` - '@typescript-eslint/no-explicit-any': 'off' + '@typescript-eslint/no-explicit-any': 'off', + + // TODO (wvffle): Migrate to