alphagov / calculators

Serves the Child benefit tax calculator on GOV.UK
https://docs.publishing.service.gov.uk/apps/calculators.html
MIT License
11 stars 13 forks source link

Use stylelint to lint Sass and standardx to lint JS #985

Closed kevindew closed 3 years ago

kevindew commented 3 years ago

Trello: https://trello.com/c/MeG1zc2m/195-roll-out-stylelint-config-gds-across-govuk

This project previously had neither SCSS or JS linting. To bring this into convention with other GOV.UK applications it adds standardx for JS linting and stylelint for SCSS linting.

This might not be the most productive thing I've done as hopefully this repo will be archived soon, but it applies things consistently.

More info in the commits...