allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
332 stars 29 forks source link

Idea: quiet mode for plugin #43

Open yslpn opened 1 year ago

yslpn commented 1 year ago

We use the old yarn and run the check in parallel with the build. But the output of the plugin breaks the nice order we want to see at build time.

Maybe add a flag that disables output to the console if there are no errors? I think that it would be useful for many.