@hidoo/stylelint-config
Sharable stylelint config for my projects.
Installation
$ npm install --dev stylelint @hidoo/stylelint-config
Usage
{
extends: [
'@hidoo/stylelint-config'
]
}
Usage in SCSS syntax
{
extends: [
'@hidoo/stylelint-config/scss'
]
}
Test
$ yarn test
License
MIT