diff --git a/.eslintrc.json b/.eslintrc.json index 0a76b3a..957cd15 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,3 @@ { - "extends": [ - "next/core-web-vitals", - "prettier", - "plugin:tailwindcss/recommended" - ], - "plugins": ["tailwindcss"] + "extends": ["next/core-web-vitals"] } diff --git a/components/website/tabs.tsx b/components/website/tabs.tsx index c8944fd..672be34 100644 --- a/components/website/tabs.tsx +++ b/components/website/tabs.tsx @@ -13,7 +13,7 @@ const TabsContext = React.createContext(''); const TabsRoot = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef ->(({ ...props }, ref) => { +>(function TabsRoot({ ...props }, ref) { const uniqueId = React.useId(); return (