diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 176563ac7..343c62e27 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -7,7 +7,6 @@ module.exports = { 'plugin:vue/vue3-recommended', '@vue/typescript/recommended', '@vue/standard' - ], globals: { SharedArrayBuffer: 'readonly', @@ -42,5 +41,15 @@ module.exports = { // TODO (wvffle): Remove after API Client '@typescript-eslint/no-explicit-any': 'off' - } + }, + overrides: [ + { + files: ['public/embed.html'], + rules: { + // NOTE: It is broken for some reason. It's safe to disable in a .html file as this rule only + // brings comments support for the