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 11import stylistic from '@stylistic/eslint-plugin'
2- import reactPlugin from 'eslint-plugin-react'
2+ import react from 'eslint-plugin-react'
33import tailwind from 'eslint-plugin-tailwindcss'
44import ts from 'typescript-eslint'
55
@@ -13,10 +13,10 @@ export default [
1313 {
1414 files : [ '**/*.ts' , '**/*.tsx' ] ,
1515 plugins : {
16- react : reactPlugin ,
16+ react : react ,
1717 } ,
1818 rules : {
19- ...reactPlugin . configs [ 'jsx-runtime' ] . rules ,
19+ ...react . configs [ 'jsx-runtime' ] . rules ,
2020
2121 '@typescript-eslint/no-unused-vars' : 'off' ,
2222 '@typescript-eslint/no-require-imports' : 'off' ,
Original file line number Diff line number Diff line change 6565 "@tailwindcss/typography" : " ^0.5.16" ,
6666 "@typescript-eslint/eslint-plugin" : " 8.20.0" ,
6767 "eslint" : " 9.18.0" ,
68+ "eslint-plugin-react" : " ^7.37.4" ,
6869 "eslint-plugin-tailwindcss" : " 3.18.0" ,
69- "typescript" : " ~5.7.3"
70+ "typescript" : " ~5.7.3" ,
71+ "typescript-eslint" : " ^8.20.0"
7072 },
7173 "engines" : {
7274 "node" : " >=20.0"
You can’t perform that action at this time.
0 commit comments