microsoft / parallel-prettier

Concurrent prettier runner
MIT License
203 stars 19 forks source link

Do not match directories, only files #10

Closed lukeapage closed 3 years ago

lukeapage commented 3 years ago

glob-stream passes unknown options to https://github.com/isaacs/node-glob which accepts the nodir argument.

use case - we have a A.B.C/ directory and we prefer to run prettier on all files *.* and use prettier ignore to ignore unknown file extensions.

connor4312 commented 3 years ago

Thanks! Will publish this later today.