You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a turborepo monorepo and I'm seeing if packages/A/src/a.ts imports from packages/A/src/b.ts AND packages/B/src/a.ts imports from packages/B/src/b.ts, then import/no-extraneous-dependencies errors. It gets mad at package B thinking that, when it imports src/b, it's from package A, even though it isn't.
I'm using a turborepo monorepo and I'm seeing if
packages/A/src/a.ts
imports frompackages/A/src/b.ts
ANDpackages/B/src/a.ts
imports frompackages/B/src/b.ts
, thenimport/no-extraneous-dependencies
errors. It gets mad at packageB
thinking that, when it importssrc/b
, it's from packageA
, even though it isn't.eslintrc
The text was updated successfully, but these errors were encountered: