Skip to content

Commit

Permalink
fix: remove unnecessary @ts-expect-error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Oct 9, 2024
1 parent e5f15d3 commit 78bdaa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ export async function react(options: OptionsReact = {}): Promise<TypedFlatConfig


const [pluginReact, pluginReactHooks] = await Promise.all([
// @ts-expect-error - no dts file available
interopDefault(import('eslint-plugin-react')),
// @ts-expect-error - no dts file available
interopDefault(import('eslint-plugin-react-hooks')),
Expand Down

0 comments on commit 78bdaa3

Please sign in to comment.