Skip to content

Commit 26ea02a

Browse files
committed
chore: update markdownlint-cli2 version and adjust knip configuration
1 parent 011f47f commit 26ea02a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/knip.jsonc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
33
"ignore": [
4-
".github/**",
5-
"./packages/synapse-sdk/src/abis/gen.ts",
6-
"./packages/synapse-sdk/wagmi.config.ts",
7-
"./packages/synapse-sdk/src/test/mocks/**",
8-
"./packages/synapse-core/src/abis/generated.ts",
94
"./apps/synapse-playground/src/components/kibo-ui/dropzone/**",
105
"./apps/synapse-playground/src/components/ui/**",
116
"utils/**"
@@ -31,7 +26,7 @@
3126
},
3227
"workspaces": {
3328
"docs": {
34-
"ignoreDependencies": ["@filoz/synapse-sdk", "ethers", "@filoz/synapse-core", "viem"],
29+
"ignoreDependencies": ["@filoz/synapse-sdk", "@filoz/synapse-react", "@tanstack/react-query", "wagmi"],
3530
"ignoreFiles": ["src/custom.css"]
3631
},
3732
"packages/synapse-sdk": {
@@ -59,7 +54,8 @@
5954
"src/sp-registry/index.ts",
6055
"src/typed-data/index.ts",
6156
"src/utils/index.ts",
62-
"src/warm-storage/index.ts"
57+
"src/warm-storage/index.ts",
58+
"src/devnet/index.ts"
6359
],
6460
"ignoreFiles": ["wagmi.config.ts"]
6561
},

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
"devDependencies": {
2626
"@biomejs/biome": "catalog:",
2727
"knip": "^5.86.0",
28-
"markdownlint-cli2": "^0.21.0",
28+
"markdownlint-cli2": "^0.22.0",
2929
"typescript": "catalog:",
30-
"viem": "catalog:",
3130
"wireit": "^0.14.12"
3231
},
3332
"simple-git-hooks": {

0 commit comments

Comments
 (0)