organize-imports-cli icon indicating copy to clipboard operation
organize-imports-cli copied to clipboard

Add `--ignore-punctuation` flag

Open nvh opened this issue 2 years ago • 0 comments

I'd like to run --list-different on CI, but because prettier runs after organize-imports, the committed output of the code in our repo is different from what TypeScript's organizeImports produces.

This PR adds a --ignore-punctuation flag that, only when using --list-different, will not fail when just the punctuation differs from the output generated by typescript.

nvh avatar Aug 30 '22 10:08 nvh