eslint-plugin-import-x icon indicating copy to clipboard operation
eslint-plugin-import-x copied to clipboard

`no-duplicates` false positive without `prefer-inline`

Open hyoban opened this issue 1 year ago • 0 comments

import type * as React from "react"
import type { JSX, PropsWithChildren, ReactNode } from "react"

hyoban avatar Oct 12 '24 09:10 hyoban