Biome
Linters
Biome
Adds a vendor exclusion to Biome file includes while preserving existing JSONC comments.- Detected From
- biome.json, biome.jsonc, or a @biomejs/biome dependency.
- Writes
- files.includes with !vendor/** when a Biome config file exists.
- Visibility
- Only Biome's lint and format scan is narrowed; source remains readable.
When To Use It
Use this when Biome should lint first-party code but ignore committed upstream snapshots.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.