Commit Graph
5 Commits
Author SHA1 Message Date
Joe Savona 1650d8fef2 Ensure blank line after copyright header 2023-04-05 13:42:27 -07:00
Mofei Zhang 814a21c97b [prettier] Ignore flow files in incremental formatting 2023-03-13 14:49:52 -04:00
mofeiZ 9bd67099d7 [prettier] detect changed files from relative dir
Previously, `yarn prettier` didn't write changed files since `glob` produced 
paths relative to cwd and `git diff --name-only` produced paths relative to git 
root directory. 

This changes `git diff --name-only` to `git diff --name-only --relative`
2023-01-25 15:16:39 -05:00
mofeiZ 07cda62430 [prettier] Patch prettier to write modified TS files (#1055) 2023-01-23 15:57:11 -05:00
Lauren Tan cf7176d3f2 Add prettier script
Copies over the prettier script from the React repo with a few tiny tweaks for a 
nicer experience running prettier on changed files
2022-11-17 10:31:34 -05:00