-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Include scope
When I run pnpm lint:fix, I get long list of errors in files in the dist folders.
I'm new to Biome, but is this configured correctly?
Lines 8 to 11 in 6242e98
| "files": { | |
| "ignoreUnknown": false, | |
| "includes": ["**", "packages/**"] | |
| }, |
The imports and exports are not sorted (biomeassist/source/organizeImports)
I also get this inspection in every file I add:
It doesn't seem to matter what I put in the first line, I always get this error on line 1.
Running pnpm fmt:fix or pnpm lint:fix does not resolve it.
It doesn't look like you configured anything special for this, so it could be a bug in Biome, I guess?
It will (should, eventually) fail in CI and block a PR though, right? (no GitHub actions configured yet.)
Metadata
Metadata
Assignees
Labels
No labels