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

What is the benefit of this tool? #38

Closed jitendravyas closed 7 years ago

schorfES commented 7 years ago

This tool is a validator for different kinds of whitespaces in sourcefiles. I hope you find all additional informations in the README file – if not, please ask ;-)

jitendravyas commented 7 years ago

I use a tool called stylelint which also has some rules for space so i was wondering if this tool can do more and i guess in any file.

schorfES commented 7 years ago

Hopefully! Its meant to be not a language or sytax specific linter. Feel free to try...

jitendravyas commented 7 years ago

I came across this tool https://github.com/prettier/prettier I'm not sure what benefit it has over lintspace expect autofixing. I don't know if lintspaces can autofix code too