Fix Biome or ESLint issues on named or changed files
Clear this repo's linter on the requested files. Prefer the tool the project already uses.
Look at package.json scripts and config:
biome.json, biome.jsonc, @biomejs/biomeeslint.config.*, .eslintrc*, eslintIf both exist, run both unless the user named one. If neither exists, stop.
--write / --fix when it exists, for example:
npx biome check --write <paths>npx eslint --fix <paths>eslint-disable / biome-ignore, or change config unless the user asked or the rule is a false positive you cannot fix in code.List remaining issues you could not fix, with file, rule, and why.