Closed lukeapage closed 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.
*.*
Thanks! Will publish this later today.
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.