🚨(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:
committed by
aleb_the_flash
parent
03b3630611
commit
c6318910c2
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable react-refresh/only-export-components */
|
||||
|
||||
import type { HTMLAttributes } from 'react'
|
||||
import { RecipeVariantProps, cva, cx } from '@/styled-system/css'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user