@ruedap/stylelint-config-abccss
Version:
Sharable stylelint config used by ABCCSS
26 lines (16 loc) • 607 B
Markdown
# ABCCSS Stylelint Config
[](https://greenkeeper.io/)
> A sharable stylelint config used by ABCCSS
## Install
```
$ npm install -D @ruedap/stylelint-config-abccss
```
## Usage
Within your [stylelint config object](http://stylelint.io/user-guide/configuration/#extends) You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object.
```json
{
"extends": "@ruedap/stylelint-config-abccss"
}
```
---
MIT © [ruedap](https://github.com/ruedap)