schorfES / node-lintspaces

A validator for checking different kinds of whitespaces in your files.
https://npmjs.com/package/lintspaces
MIT License
30 stars 17 forks source link

Supporting editorconfig version 1.0.1 #192

Closed dantevvp closed 1 year ago

dantevvp commented 1 year ago

Hey! We're using node-lintspaces in one of our plugins at Code Climate to analyze code using editorconfig. We're looking to update the plugin with editorconfig 1.0.1. I noticed that the package is already updated in master to that version, but it's not yet released. Is there an ETA for a release supporting said version?

Thanks!

schorfES commented 1 year ago

Hi @dantevvp, thanks for using node-lintspaces ❤️ and pointing to this issue. I've created a release 0.10.1 including the latest dependency updates.

dantevvp commented 1 year ago

Thank you!