Skip to content

Biome issues #10

@mindplay-dk

Description

@mindplay-dk

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?

plugins/biome.json

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:

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions