diff --git a/.eslintrc.json b/.eslintrc.json index 7d669f9..1d561aa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,6 +9,7 @@ "eslint:recommended", "plugin:react/recommended", "plugin:@typescript-eslint/recommended", + "plugin:tailwindcss/recommended", "prettier", "next" ], @@ -39,7 +40,8 @@ ], "react/react-in-jsx-scope": "off", "@typescript-eslint/no-unused-vars": ["error"], - "react/prop-types": "off" + "react/prop-types": "off", + "tailwindcss/no-custom-classname": "off" }, "settings": { "react": { diff --git a/components/DocsSidebarNavigation.jsx b/components/DocsSidebarNavigation.jsx index 259af9e..17234db 100644 --- a/components/DocsSidebarNavigation.jsx +++ b/components/DocsSidebarNavigation.jsx @@ -49,22 +49,22 @@ export function DocsSidebarNavigation({ className, data, navigation }) {