Skip to content

Commit b47f70f

Browse files
authored
chore: removed casting to any for eslint react plugin configuration (#1957)
1 parent debd03e commit b47f70f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@liexp/core/src/eslint/react.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const eslintConfig: Config = tseslint.config(
1515
files: ["**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}"],
1616
...react.configs.flat.recommended,
1717
plugins: {
18-
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
19-
react: react as any,
18+
react,
2019
},
2120
languageOptions: {
2221
...react.configs.flat?.recommended.languageOptions,

0 commit comments

Comments
 (0)