Skip to content

StyleLint configs for the iRaiser style guide.

License

Notifications You must be signed in to change notification settings

iRaiser/stylelint-configs

Repository files navigation

iRaiser StyleLint Configs

StyleLint configs for the iRaiser style guide.

Install

npm install @iraiser/stylelint-config-base stylelint --save-dev

Usage

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.

Release

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

Packages

Package Version
@iraiser/stylelint-config-base Version
@iraiser/stylelint-config-scss Version