@smarteye/stylelint-config
v0.2.31
Published
StyleLint configuration to be shared smarteye.id repositories.
Readme
@smarteye/stylelint-config
Stylelint configuration to be shared accross smarteye.id repositories.
Usage
Install:
$ npm install -D @smarteye/stylelint-config
or
$ yarn add --dev @smarteye/stylelint-configEdit package.json:
{
// ...
"stylelint": {
"extends": "@smarteye/stylelint-config"
}
}