@heyastro/stylelint-config
v1.0.0
Published
Stylelint shared config
Readme
@heyastro/stylelint-config
Stylelint release shared config
Installing
$ npm install -D @heyastro/stylelint-configUsage
Create a .stylelintrc configuration file and extend from this package
// .stylelintrc
{
"extends": "@heyastro/stylelint-config",
}