Skip to content

teamsprii/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}