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": {