Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix make lint and make format, enforce biome check in Nix/CI #136

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

jfly
Copy link
Member

@jfly jfly commented Jan 2, 2025

The make commands were broken because we didn't have biome listed as
a dependency, and we didn't have a biome.json file.

There's unfortunately still some inconsistency here in that nix fmt
and nix flake check are going to use whatever version of biome is
present in nixpkgs, whereas make lint is going to use the version in
our package-lock.json. We could make this consistent, but I'm
inclined to wait for it to be a problem.

The `make` commands were broken because we didn't have `biome` listed as
a dependency, and we didn't have a `biome.json` file.

There's unfortunately still some inconsistency here in that `nix fmt`
and `nix flake check` are going to use whatever version of biome is
present in `nixpkgs`, whereas `make lint` is going to use the version in
our `package-lock.json`. We could make this consistent, but I'm
inclined to wait for it to be a problem.
@jfly jfly merged commit 695dd4a into main Jan 2, 2025
1 check passed
@jfly jfly deleted the add-biome-back branch January 2, 2025 07:28
@lgarron
Copy link
Member

lgarron commented Jan 2, 2025

Thanks LGTM! The JS changes look like appropriate fixes without semantic changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants