@mikey-pro/stylelint-config
Version:
Mikey Pro Stylelint configuration
32 lines (23 loc) • 409 B
Markdown
<div width="100%" align="center">
<h1>
<a href="https://github.com/chiefmikey/mikey-pro">
<b>Mikey Pro</b>
</a>
</h1>
</div>
## **@mikey-pro/stylelint-config**
A preset Stylelint configuration
## Usage
### Install
```shell
npm i -D mikey-pro
```
### Configure
Extend to Stylelint in `package.json`:
```json
{
"stylelint": {
"extends": ["@mikey-pro/stylelint-config"]
}
}
```