File tree Expand file tree Collapse file tree 3 files changed +1070
-8
lines changed Expand file tree Collapse file tree 3 files changed +1070
-8
lines changed Original file line number Diff line number Diff line change 1
1
import stylistic from '@stylistic/eslint-plugin'
2
- import reactPlugin from 'eslint-plugin-react'
2
+ import react from 'eslint-plugin-react'
3
3
import tailwind from 'eslint-plugin-tailwindcss'
4
4
import ts from 'typescript-eslint'
5
5
@@ -13,10 +13,10 @@ export default [
13
13
{
14
14
files : [ '**/*.ts' , '**/*.tsx' ] ,
15
15
plugins : {
16
- react : reactPlugin ,
16
+ react : react ,
17
17
} ,
18
18
rules : {
19
- ...reactPlugin . configs [ 'jsx-runtime' ] . rules ,
19
+ ...react . configs [ 'jsx-runtime' ] . rules ,
20
20
21
21
'@typescript-eslint/no-unused-vars' : 'off' ,
22
22
'@typescript-eslint/no-require-imports' : 'off' ,
Original file line number Diff line number Diff line change 65
65
"@tailwindcss/typography" : " ^0.5.16" ,
66
66
"@typescript-eslint/eslint-plugin" : " 8.20.0" ,
67
67
"eslint" : " 9.18.0" ,
68
+ "eslint-plugin-react" : " ^7.37.4" ,
68
69
"eslint-plugin-tailwindcss" : " 3.18.0" ,
69
- "typescript" : " ~5.7.3"
70
+ "typescript" : " ~5.7.3" ,
71
+ "typescript-eslint" : " ^8.20.0"
70
72
},
71
73
"engines" : {
72
74
"node" : " >=20.0"
You can’t perform that action at this time.
0 commit comments