diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 72c3816fb..d42c4ee3b 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -35,7 +35,6 @@ module.exports = { '@typescript-eslint/no-unused-vars': 'off', // TODO (wvffle): Migrate to pinia - // Vuex 3 store does not have types defined, hence we use `any` '@typescript-eslint/no-explicit-any': 'off', // TODO (wvffle): Migrate to