@fewlines/stylelint-config-fewlines-css
Version:
Shareable config for Stylelint used by Fewlines
24 lines (15 loc) • 503 B
Markdown
Disclaimer: this package is made for our internal usage and is only open source for convenience so we might not consider _Pull Requests_ or _Issues_.
Shareable config for Stylelint used by Fewlines
```shell
yarn add -D @fewlines/front-scripts stylelint styleint-order
```
Then add these line to your `package.json`:
```json
"stylelint": {
"extends": "@fewlines/stylelint-config-fewlines-css"
}
```
See [CONTRIBUTING.md](CONTRIBUTING.md).