@stone-lemons/stylelint-config
v0.0.8
Published
stone-lemons stylelint config
Maintainers
Readme
Personal configs
Credit: Forked from ntnyq
StyleLint config
Usage
Install
$ npm i @stone-lemons/stylelint-config -D
# OR
$ yarn add @stone-lemons/stylelint-config -DExtend this config
in .stylelintrc.yml
extends:
- @stone-lemons/stylelint-configin package.json
{
"stylelint": {
"extends": ["@stone-lemons/stylelint-config"]
}
}