OneIdentity / zstd-js

MIT License
39 stars 2 forks source link

fix(prettier): add prettylint to correct check #10

Closed tamascsaba closed 1 year ago

tamascsaba commented 1 year ago

By default prettier check don't show any information about the lint errors/warnings https://github.com/prettier/prettier/issues/4911#issuecomment-408932009, not even if you allow debug mode.

So it is necessary to use prettylint to display which lines have mistakes.

It is typical node world mindfuck, if you have a problem with a package, you need to install an other package. :rofl: