1.0.1 • Published 1 year ago
@khulnasoft/stylelint-config v1.0.1
@khulnasoft/stylelint-config
This is the base Stylelint configuration used to enforce coding standards for styles in KhulnaSoft's projects.
Usage
- Add the configuration to your dev dependencies:
yarn add --dev @khulnasoft/stylelint-config stylelint postcss- Extend the config in your
.stylelintrc:
{
"extends": "@khulnasoft/stylelint-config"
}Release management
This project automatically publishes the main branch using semantic-release.
If a new commit/merge request is merged into main and it's commit(s) follows the Angular Commit Message Conventions,
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.
1.0.1
1 year ago