We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533f3f9 commit 916d28aCopy full SHA for 916d28a
package.json
@@ -5,6 +5,7 @@
5
"private": true,
6
"packageManager": "pnpm@10.11.0",
7
"scripts": {
8
+ "prepare": "simple-git-hooks",
9
"dev": "next",
10
"build": "NODE_OPTIONS=\"--max-old-space-size=4096\" next build",
11
"start": "next start",
@@ -40,10 +41,18 @@
40
41
"eslint-plugin-react-refresh": "^0.4.20",
42
"eslint-plugin-readable-tailwind": "^2.1.2",
43
"file-loader": "^6.2.0",
44
+ "lint-staged": "^16.1.0",
45
"postcss": "^8.5.4",
46
"shiki": "^3.4.2",
47
+ "simple-git-hooks": "^2.13.0",
48
"tailwindcss": "^4.1.8",
49
"tailwindcss-animate": "^1.0.7",
50
"typescript": "^5.8.3"
51
+ },
52
+ "simple-git-hooks": {
53
+ "pre-commit": "pnpm lint-staged"
54
55
+ "lint-staged": {
56
+ "!submodules/*": "eslint"
57
}
58
0 commit comments