1.1.0 • Published 7 years ago
@yproximite/stylelint-config-wordpress v1.1.0
stylelint-config-wordpress
Stylelint configuration for our Wordpress projects
Features
- Include stylelint-config-sass-guidelines
- Disable
selector-class-patternrule - Disable
scss/at-extend-no-missing-placeholderrule - Configure
selector-max-compound-selectorsrule to5 - Configure
max-nesting-depthrule to5
Installation
$ yarn add --dev @yproximite/stylelint-config-wordpressDont forget to install Stylelint too:
$ yarn add --dev stylelintUsage
Edit your Stylelint configuration file with:
{
"extends": ["@yproximite/stylelint-config-wordpress"]
}Development workflow
You need to install some dependencies first:
$ yarnContribution
- Make a pull request, its title should follows Angular commit message convention
- You should Squash and Merge your pull request
Publishing a new release
This is automatically done by Travis and semantic-release when you merge a pull request.