From a35c5226767c852e1b2767c4b6d412cdea637366 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 24 May 2024 18:32:37 -0500 Subject: [PATCH] override no-unused-disable --- frontend/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index c567952..8aa91ca 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { "vue/no-v-model-argument": 0, "@typescript-eslint/consistent-type-imports": "error", "@typescript-eslint/ban-ts-comment": 0, + "eslint-comments/no-unused-disable": 0, "@typescript-eslint/no-unused-vars": [ "error", {