Skip to content

Commit

Permalink
fix: run biome on related files only
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcabe committed Apr 8, 2024
1 parent 714e742 commit b7d5b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
biome = {
enable = true;
package = pkgs.biome;
name = "Biome.js";
name = "biome";
entry = "biome check --no-errors-on-unmatched";
types_or = [ "javascript" "jsx" "ts" "tsx" "json" ];
stages = [ "pre-push" ];
};
};
Expand Down

0 comments on commit b7d5b09

Please sign in to comment.