Closed MattIPv4 closed 4 years ago
What are you thinking? Stylelint?
Hey @drewfreyling, yup, I think I plan to go for stylelint over csslint. Do you have any preference on what base rules we use, or should I just build up a config based around what we have already?
@MattIPv4 I normally just use stylelint-config-standard
rules
We are adding linting for all main files relating to the website. We have already implemented eslint for the backend scripts and linting for the HTML templates and front-end JS are in the works.
We should also be linting the main css files that are used for the site to ensure they also keep a good code style standard going forward.