@pandell/stylelint-config
Version:
Pandell Shared StyleLint Config
18 lines (12 loc) • 352 B
Markdown
# @pandell/stylelint-config
Shared Stylelint config for Pandell engineering teams.
## Usage
Add the following to your `package.json`:
```json
{
"stylelint": {
"extends": [ "@pandell/stylelint-config" ]
}
}
```
For more details and options for configuration, see the [Stylelint documentation](https://stylelint.io/user-guide/configure/).