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 95f6841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
package = pkgs.biome;
name = "Biome.js";
entry = "biome check --no-errors-on-unmatched";
types_or = [ "javascript" "jsx" "ts" "tsx" "json" ];
stages = [ "pre-push" ];
};
};
Expand Down

0 comments on commit 95f6841

Please sign in to comment.