Skip to content

Resolve #3468629 DCM-106 "Add stylelint"

Closes #3468629

This MR is meant to add stylelinting as a local tool only, at least for the time being. Since we are now only linting CSS it should be possible as some point to automate this in gitlab ci.

Testing:

  • If you don't have local test content, run composer recreate first and then checkout to this fork/branch.
  • ddev drush cr
  • in the bluecheese project root, run ddev yarn lint-css
  • verify that you don't get any errors.
  • In the project root run composer install-storybook; ddev yarn storybook
  • verify that you still see the icons rendering and that nothing looks broken.
  • Examine the mothernode closely and look for any style regressions. In particular, pay close attention to the rendered fonts.
Edited by jayme johnson

Merge request reports

Loading