Skip to content

Commit d14b708

Browse files
committed
fix: checks
1 parent 5f34865 commit d14b708

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export default defineConfig([
8181
"node_modules",
8282
"dist",
8383
"src/common/atlas/openapi.d.ts",
84+
"src/ui/generated",
8485
"coverage",
8586
"global.d.ts",
8687
"eslint.config.js",

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"src/ui/build/mount.tsx",
1616
"src/ui/components/**/*.ts",
1717
"src/ui/components/**/*.tsx",
18-
"src/ui/hooks/**/*.ts"
18+
"src/ui/hooks/**/*.ts",
19+
"src/ui/registry/uiMap.ts"
1920
],
2021
"ignoreDependencies": [
2122
"@mongodb-js/atlas-local",

0 commit comments

Comments
 (0)