forwards-long-jump / discotron

Modular Discord bot supporting plugins hosted on git repositories
MIT License
3 stars 5 forks source link

Add CSS Linter #85

Closed s-arika closed 4 years ago

s-arika commented 4 years ago

Fixes #76

I added Stylelint to the project as the css linter. The linter rules can be found in the .stylelintrc.js file. These can be modified, the list of rules offered by stylelint can be found here https://stylelint.io/user-guide/rules. To run the lint, type npm run stylelint in the command line.

Blatoy commented 4 years ago

Thanks for your contribution! We'll probably add a step to our GitHub actions to also check CSS in the future.