Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3407e1

Browse files
committed
chore: make ignore comment more clear
1 parent 8a8b2c9 commit b3407e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.knip.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
55
"ignore": [
66
"**/gen/*",
7-
// Components are vendored from coder/coder
7+
// Since components are vendored from coder/coder it would be a pain to have
8+
// to fix lint issues every time we update the components here by copying the
9+
// new ones in.
810
"./src/client/components/*"
911
]
1012
}

biome.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"src/**/*",
1010
"!src/client/gen/types.ts",
1111
"!pnpm-lock.yaml",
12-
// Ignore components because they're vendored from coder/coder
12+
// Since components are vendored from coder/coder it would be a pain to have
13+
// to fix lint issues every time we update the components here by copying the
14+
// new ones in.
1315
"!src/client/components/*"
1416
],
1517
"ignoreUnknown": true

0 commit comments

Comments
 (0)