GitLab Stylelint base configuration
This is the base Stylelint configuration used to enforce coding standards for styles in GitLab's projects.
1. Add the configuration to your dev dependencies:
``sh`
yarn add --dev @gitlab/stylelint-config stylelint postcss
2. Extend the config in your .stylelintrc:
``
{
"extends": "@gitlab/stylelint-config"
}
This project automatically publishes the main branch using semantic-release.main` and it's commit(s) follows the Angular Commit Message Conventions,
If a new commit/merge request is merged into
a release will be automatically generated and published. Commits that do not follow the convention will be ignored and a release will not be made for them.