Skip to content

Commit 7e415b4

Browse files
fix: eslint no-restricted-imports app-store rule (#23845)
1 parent 43f4caa commit 7e415b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ module.exports = {
2525
"no-restricted-imports": [
2626
"error",
2727
{
28-
allowTypeImports: false,
2928
patterns: [
3029
{
3130
group: ["@calcom/trpc/*", "@trpc/*"],
3231
message: "tRPC imports are blocked in packages/app-store. Move UI to apps/web/components/apps or introduce an API boundary.",
32+
allowTypeImports: false,
3333
},
3434
],
3535
},

0 commit comments

Comments
 (0)