Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 311 Bytes

stylelint-config

Sprii stylelint configuration. To use, install the following packages:

$ npm install --save-dev stylelint @sprii/stylelint-config

And then just add the following configuration file .stylelintrc.json:

{
    "extends": "@sprii/stylelint-config"
}