From 42a6a62f32a84fff71916c752a140362372201d8 Mon Sep 17 00:00:00 2001 From: korih <96402323+korih@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:39:20 -0700 Subject: [PATCH] qasdf --- eslint.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index e43b046..ee12fc4 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -24,6 +24,8 @@ export default [ "react/display-name": "off", "react/no-unescaped-entities": "off", "react/jsx-no-undef": "off", + "no-mixed-spaces-and-tabs": "off", + "no-extra-semi": "off", // You can disable or modify other rules here as needed },