We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ccea1 commit d2f02d3Copy full SHA for d2f02d3
2 files changed
package.json
@@ -23,14 +23,20 @@
23
},
24
"devDependencies": {
25
"@eslint/eslintrc": "^3",
26
+ "@eslint/js": "^9.35.0",
27
"@tailwindcss/postcss": "^4",
28
"@types/node": "^22",
29
"@types/react": "^19",
30
"@types/react-dom": "^19",
31
"eslint": "^9",
32
"eslint-config-next": "15.5.2",
33
+ "eslint-plugin-react": "^7.37.5",
34
+ "eslint-plugin-react-hooks": "^5.2.0",
35
+ "eslint-plugin-unicorn": "^61.0.2",
36
+ "globals": "^16.4.0",
37
"prettier": "^3.6.2",
38
"tailwindcss": "^4",
- "typescript": "^5"
39
+ "typescript": "^5",
40
+ "typescript-eslint": "^8.43.0"
41
}
42
0 commit comments