Skip to content

Instantly share code, notes, and snippets.

@dspinellis
Created July 13, 2022 15:30
Show Gist options
  • Save dspinellis/cbc7294dc29e956d87cce532f304d8b6 to your computer and use it in GitHub Desktop.
Save dspinellis/cbc7294dc29e956d87cce532f304d8b6 to your computer and use it in GitHub Desktop.
Which (auto-generated and third-party) files should @prettiercode ignore?
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