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
build(lint): add rule to prefer direct imports over index.ts aws#6372
## Problem
Importing from `..` or an `index.ts` file can lead to circular
dependencies.
## Solution
- add a lint rule to discourage importing from `..`.
- migrate existing cases to import directly from the target module.
0 commit comments