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 43f4caa commit 7e415b4Copy full SHA for 7e415b4
.eslintrc.js
@@ -25,11 +25,11 @@ module.exports = {
25
"no-restricted-imports": [
26
"error",
27
{
28
- allowTypeImports: false,
29
patterns: [
30
31
group: ["@calcom/trpc/*", "@trpc/*"],
32
message: "tRPC imports are blocked in packages/app-store. Move UI to apps/web/components/apps or introduce an API boundary.",
+ allowTypeImports: false,
33
},
34
],
35
0 commit comments