Closed some-molasses closed 4 months ago
To help ensure files have a consistent style (and thereby make PRs easier to read going forward), we can run prettier on each changed file in a commit.
prettier
This adds like ~1s to the runtime of git commit, which feels non-intrusive.
git commit
To help ensure files have a consistent style (and thereby make PRs easier to read going forward), we can run
prettier
on each changed file in a commit.This adds like ~1s to the runtime of
git commit
, which feels non-intrusive.