Skip to content

Biome issues #10

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.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions