- π¨π¦Canada joelpittet Vancouver
gitlab-ci is the successor, I don't believe this is relevant (cleaning up issues I was following)
Follow-up to #2865971: Use stylelint as opposed to csslint in core β . This adds stylinelint config - let's use it in DrupalCI. It much better for our purposes since core patches can update it and add plugins.
All the commands below take place in DRUPAL_ROOT/core
To install stylelint
yarn install
This will install Drupal 8's node JS dependencies of which stylelint is one.
To run it on all core css files. Apply this issue's patch and do the following command from DRUPAL_ROOT/core
yarn run lint:css
Make DrupalCI use yarn to install dependencies and run linting - hopefully it is already doing that for eslint.
None
tdb
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
gitlab-ci is the successor, I don't believe this is relevant (cleaning up issues I was following)