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?
|
"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.)
Include scope
When I run
pnpm lint:fix, I get long list of errors in files in thedistfolders.I'm new to Biome, but is this configured correctly?
plugins/biome.json
Lines 8 to 11 in 6242e98
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:fixorpnpm lint:fixdoes 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.)