We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750516c commit 174e038Copy full SHA for 174e038
3 files changed
.husky/pre-commit
@@ -0,0 +1 @@
1
+pnpm lint-staged
package.json
@@ -9,17 +9,23 @@
9
"build": "vitepress build",
10
"preview": "vitepress preview",
11
"lint": "biome lint .",
12
- "format": "biome format --write ."
+ "format": "biome format --write .",
13
+ "prepare": "husky"
14
},
15
"keywords": [],
16
"author": "",
17
"license": "ISC",
18
"packageManager": "pnpm@10.32.1",
19
"devDependencies": {
20
"@mdit/plugin-figure": "^0.23.1",
21
+ "husky": "^9.1.7",
22
+ "lint-staged": "^16.4.0",
23
"pngjs": "^7.0.0",
24
"vitepress": "2.0.0-alpha.16"
25
26
+ "lint-staged": {
27
+ "*": "biome format --write"
28
+ },
29
"dependencies": {
30
"@biomejs/biome": "^2.4.7",
31
"@theojs/lumen": "^6.4.5",
0 commit comments