@snapsheet/stylelint-config
v1.0.0-alpha.1
Published
Shared configuration for stylelint
Downloads
5,307
Maintainers
Keywords
Readme
@snapsheet/stylelint-config
Shared stylelint configuration
Usage
$ npm install stylelint @snapsheet/stylelint-config --save-dev
Add a .stylelintrc
to your project:
{
"extends": "@snapsheet/stylelint-config"
}
Then start linting:
$ npx stylelint "src/**/*.css"