Skip to content

Commit 289c929

Browse files
committed
fix: update jiti dependency to version 2.6.1 and enhance markdownlint configuration
1 parent 6d2f110 commit 289c929

File tree

3 files changed

+31
-35
lines changed

3 files changed

+31
-35
lines changed

booster/.markdownlint-cli2.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"default": true,
44
"MD013": false,
55
"MD033": false,
6-
"MD041": false
6+
"MD041": false,
7+
"MD060": false,
8+
"MD001": false
79
},
810
"globs": [
911
"**/*.md",
10-
"!node_modules",
12+
"!node_modules",
1113
"!vendor"
1214
]
1315
}

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-prettier": "^10.1.8",
2121
"eslint-plugin-prettier": "^5.5.5",
2222
"husky": "^9.1.7",
23-
"jiti": "^1.21.6",
23+
"jiti": "^2.6.1",
2424
"markdownlint-cli2": "^0.21.0",
2525
"prettier": "^3.8.1",
2626
"typescript": "^5.9.3",

booster/pnpm-lock.yaml

Lines changed: 26 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)