From 333d0a83c22df10f9e2d78fe8d5f382a62fdb6db Mon Sep 17 00:00:00 2001 From: wvffle Date: Mon, 26 Sep 2022 17:57:47 +0000 Subject: [PATCH] Cleanup config files --- front/.eslintrc.js | 13 ++++++-- front/package.json | 6 +--- front/public/embed.html | 16 +++++----- front/tsconfig.json | 1 - front/yarn.lock | 70 ++--------------------------------------- 5 files changed, 22 insertions(+), 84 deletions(-) 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