Skip to content

Commit

Permalink
chore: removed casting to any for eslint react plugin configuration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea authored Jan 1, 2025
1 parent debd03e commit b47f70f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@liexp/core/src/eslint/react.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const eslintConfig: Config = tseslint.config(
files: ["**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}"],
...react.configs.flat.recommended,
plugins: {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
react: react as any,
react,
},
languageOptions: {
...react.configs.flat?.recommended.languageOptions,
Expand Down

0 comments on commit b47f70f

Please sign in to comment.