From 96cec42799b550559254fab05618e250ed46bb12 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:55:49 -0400 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 42b0849e..c55022a5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,6 +6,9 @@ "browser", "packages/vencord-types" ], + "ignores": [ + "src/equicordplugins/loginWithQR/jsQR.js" + ], "plugins": [ "@typescript-eslint", "simple-header", @@ -192,4 +195,4 @@ "simple-import-sort/exports": "error", "unused-imports/no-unused-imports": "error" } -} \ No newline at end of file +}