diff --git a/front/.eslintrc.js b/front/.eslintrc.js index df82458d0..72c3816fb 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -23,8 +23,6 @@ module.exports = { 'vue' ], rules: { - 'vue/no-v-html': 'off', // TODO: tackle this properly - // NOTE: Handled by typescript 'no-undef': 'off', 'no-unused-vars': 'off',