Skip to content

Stylelint

Linters

Stylelint

Adds vendor ignore files to Stylelint JSON-style configs.
Detected From
.stylelintrc, .stylelintrc.json, stylelint.config.* files, or a stylelint dependency.
Writes
ignoreFiles entries with vendor/** for supported JSON configs.
Visibility
CSS and design assets remain in the repo but stop producing local style diagnostics.

When To Use It

Use this when vendored CSS should be inspected by agents but not restyled locally.

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.