Skip to content

Commit

Permalink
chore(biome): activate sort import
Browse files Browse the repository at this point in the history
  • Loading branch information
philibea committed Dec 10, 2024
1 parent fe88c15 commit cab28ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ui/src/components/TagInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,12 @@ type TagInputProps = {
/**
* @deprecated this prop has no more effect
*/
// eslint-disable-next-line react/no-unused-prop-types
manualInput?: boolean
name?: string
onChange?: (tags: string[]) => void
/**
* @deprecated this prop has no more effect
*/
// eslint-disable-next-line react/no-unused-prop-types
onChangeError?: (error: Error | string) => void
placeholder?: string
/**
Expand All @@ -149,7 +147,6 @@ type TagInputProps = {
/**
* @deprecated there is only one variant now, this prop has no more effect
*/
// eslint-disable-next-line react/no-unused-prop-types
variant?: string
className?: string
'data-testid'?: string
Expand Down

0 comments on commit cab28ee

Please sign in to comment.