1.1.0 • Published 5 years ago
@tabianco/stylelint-config v1.1.0
stylelint Config
stylelint config with SCSS support.
Usage
Do you want to add the config to your own projects? There you go:
- Add this package to your devDependencies
$ npm i -D @tabianco/stylelint-config
# or
$ yarn add -D @tabianco/stylelint-config- Install
stylelintif not already present locally or globally
$ npm i -D stylelint
# or
$ yarn add -D stylelintCreate a
.stylelintrcfileExtend our config:
{
"extends": [
"@tabianco/stylelint-config"
]
}License
MIT - Tabian Co.