Skip to content

Commit 51fb03b

Browse files
committed
chore: update .prettierignore and knip.json to include new tools directory
1 parent e3d8b01 commit 51fb03b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package-lock.json
44
tests/tmp
55
src/common/atlas/openapi.d.ts
66
pnpm-lock.yaml
7+
src/ui/lib/tools

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"src/ui/components/**/*.ts",
1717
"src/ui/components/**/*.tsx",
1818
"src/ui/hooks/**/*.ts",
19-
"src/ui/registry/uiMap.ts"
19+
"src/ui/registry/uiMap.ts",
20+
"src/ui/lib/tools/**/*.ts"
2021
],
2122
"ignoreDependencies": [
2223
"@mongodb-js/atlas-local",

src/ui/lib/tools/list-databases.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)