v0.1.4
Breaking change: init --preset removed
import-lint init now always scaffolds the one recommended config (formerly the standard preset) and is fully non-interactive — the --preset flag, the interactive picker, and the gradual/monorepo presets are gone. v0.1.3 is the last release that accepts (and, in scripts/CI, requires) --preset; a script passing --preset <name> now exits 2. Just drop the flag: import-lint init.
Why: the scaffolded config's packageDirectory fallback (files outside every *.package directory share one project-root package) makes it suit gradual adoption too — rename one directory at a time. The former gradual and monorepo presets live on as small config edits, documented in the Adoption guide.
Full Changelog: v0.1.3...v0.1.4