Issue #3466984 by DYdave: Stylelint on GitlabCI: Fixed all validation errors,...
https://www.drupal.org/project/colorbox/issues/3466984
Fixed Stylelint errors on GitlabCI:
- Fixed all
prettier/prettier,order/properties-order, and other types of errors, based on report, mostly automated fixes with the--fixflag. - Disabled rule
selector-id-patternsince these CSS IDs are provided by the colorbox JS library and are not defined by the module, so they can't really be changed. - Required
stylelintvalidation job to pass.
Testing locally:
cd web/core
./node_modules/.bin/stylelint --ignore-path ./.stylelintignore --formatter verbose --config ./.stylelintrc.json ../modules/contrib/colorbox/**/*.css