We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f34865 commit d14b708Copy full SHA for d14b708
eslint.config.js
@@ -81,6 +81,7 @@ export default defineConfig([
81
"node_modules",
82
"dist",
83
"src/common/atlas/openapi.d.ts",
84
+ "src/ui/generated",
85
"coverage",
86
"global.d.ts",
87
"eslint.config.js",
knip.json
@@ -15,7 +15,8 @@
15
"src/ui/build/mount.tsx",
16
"src/ui/components/**/*.ts",
17
"src/ui/components/**/*.tsx",
18
- "src/ui/hooks/**/*.ts"
+ "src/ui/hooks/**/*.ts",
19
+ "src/ui/registry/uiMap.ts"
20
],
21
"ignoreDependencies": [
22
"@mongodb-js/atlas-local",
0 commit comments