Skip to content

Commit

Permalink
dont pass filenames to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Dec 12, 2024
1 parent b1e13ed commit a694b62
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 @@ -238,6 +238,7 @@ rec {
name = "check-formatting";
entry = "${nodejs_current}/bin/npm run format:check";
stages = [ "pre-push" ];
pass_filenames = false;
};
};

Expand Down

0 comments on commit a694b62

Please sign in to comment.