StyleLint configs for the iRaiser style guide.
npm install @iraiser/stylelint-config-base stylelint --save-dev
Create .stylelintrc
file on root of your project.
{
"extends": [
"@iraiser/stylelint-config-base"
]
}
You can extend the rules with your own config, see StyleLint documentation.
When you have finish developing a feature, bugfix or something else, push your changes on main
branch and launch
the release
command:
npm run release
Package | Version |
---|---|
@iraiser/stylelint-config-base |
|
@iraiser/stylelint-config-scss |