🚨(eslint) disable 'only-export-components' rule for Text

Text.tsx export not only a component, but also few types.
This triggers an eslint warning. I don't want refactoring it
without discussing it with @manuhabitela. Silence it.
This commit is contained in:
lebaudantoine
2024-08-13 15:23:28 +02:00
committed by aleb_the_flash
parent 03b3630611
commit c6318910c2

View File

@@ -1,3 +1,5 @@
/* eslint-disable react-refresh/only-export-components */
import type { HTMLAttributes } from 'react'
import { RecipeVariantProps, cva, cx } from '@/styled-system/css'