Hacker News new | ask | show | jobs
by emmacharp 822 days ago
As of now, you can integrate the Stylelint config in the editor/IDE of your choice to have live linting (tested with VS Code and Vim). Or you can run stylelint manually in the terminal.

Didn't think about git pre-commit hooks to be honest. But I'll look into it. If you have any ideas/suggestions, they are very welcome!

1 comments

Check out lint-staged and husky within the node ecosystem.