Steven-Roberts / stylelint-config

My shareable config for stylelint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My shareable config for stylelint

License:MIT License


Languages

Language:JavaScript 86.6%Language:CSS 13.4%