/stylelint-config

My shareable config for stylelint

Primary LanguageJavaScriptMIT LicenseMIT

Stylelint Config

Build Status devDependencies Status peerDependencies Status

The stylelint configuration used for my projects

Install

npm install --save-dev stylelint Steven-Roberts/stylelint-config

Usage

The rules can be extended and overridden as follows

{
    "extends": "stylelint-config-steven-roberts",
    "rules": {
        "ruleToOverride": "..."
    }
}

Test

npm test