Skip to content

Commit 350cf7f

Browse files
committed
Removed strange eslintrc rule
1 parent 3d381a5 commit 350cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"files": ["*.ts", "*.tsx"],
77
"rules": {
88
// Autofixes imports from "@trigger.dev/core" to fine grained modules
9-
"@trigger.dev/no-trigger-core-import": "error",
9+
// "@trigger.dev/no-trigger-core-import": "error",
1010
// Normalize `import type {}` and `import { type }`
1111
"@typescript-eslint/consistent-type-imports": [
1212
"warn",

0 commit comments

Comments
 (0)