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