Dashboard › spotlight › Always resolve Biome lint errors in cha…
019fa875-eb01-7871-a5e8-4cb9daf9ef31| Project | Hits | Last recalled |
|---|---|---|
| cli | 1 | 27d ago |
The user's project enforces Biome linting (import sorting, import style such as explicit .ts extensions) through lint-staged pre-commit hooks. When biome check fails, identify whether errors are in files you modified or pre-existing in untouched source. Fix import sort/style violations within your own changes before committing. For errors in unmodified files, confirm they predate your work and report them as pre-existing rather than silently fixing or ignoring them.