Commit bf6d143
committed
chore(dylint): set import_granularity style to crate
The perfectionist import_granularity lint defaults to module
granularity, which conflicts with the crate-granularity merged imports
used throughout the codebase. Set the style to crate for now so the lint
matches the existing convention. Switching to module is tracked in #432.
https://claude.ai/code/session_015ZyokLaZvcy5Yt8KpPxV3F1 parent 49467a5 commit bf6d143
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments