From 75da6e27a5fb4edbe6e24cec780306d3986bc918 Mon Sep 17 00:00:00 2001 From: oiov Date: Mon, 7 Apr 2025 21:37:16 +0800 Subject: [PATCH] disable tailwindcss rule --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 154d8c9..e252529 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,7 @@ "@next/next/no-html-link-for-pages": "off", "react/jsx-key": "off", "tailwindcss/no-custom-classname": "off", - "tailwindcss/classnames-order": "error", + "tailwindcss/classnames-order": "off", "react/no-unescaped-entities": "off" }, "settings": {