Created
July 13, 2022 15:30
-
-
Save dspinellis/cbc7294dc29e956d87cce532f304d8b6 to your computer and use it in GitHub Desktop.
Which (auto-generated and third-party) files should @prettiercode ignore?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
comm -13 <(git ls-files | sort) <(yarn prettier --check . 2>&1 | sed -n 's/\[warn\] //p' | sort) >.prettierignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment