From 05db1a8ba24b90ba9b3feb257c8e1ba23ec51d67 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 28 Feb 2025 17:37:56 -0800 Subject: [PATCH] Removed css rule. Fixes #3272 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 82f6a122..324e291c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,6 +33,7 @@ "react/prop-types": "off", "import/no-anonymous-default-export": "off", "import/no-named-as-default": "off", + "css-modules/no-unused-class": "off", "@next/next/no-img-element": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-explicit-any": "off",