Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 348 Bytes

biome-ignore-unknown-bug

REPRODUCTION:

  1. run npm install
  2. run npx @biomejs/biome format . - see that /src/exclude/.eslintrc would be formatted, despite not being in the include list
  3. remove "ignoreUnknown": true, from the biome.json
  4. run npx @biomejs/biome format . again. - see that /src/exclude/.eslintrc is now excluded