# @amollo-lint/stylelint

[![MIT License][license-image]][LICENSE] 
[![npm version][npm-img]][npm]

> SCSS config for Stylelint

## Installation
- **npm**
```
npm install --save-dev @amollo-lint/stylelint stylelint
```

- **yarn**

```
yarn add -D @amollo-lint/stylelint stylelint
```

## Usage
Set your stylelint config to:
```
{
    "extends": "@amollo-lint/stylelint"
}
```

## Extends
- `stylelint-config-standard`
- `stylelint-config-standard-scss`


[license-image]: https://img.shields.io/npm/l/format-message.svg
[LICENSE]: https://github.com/format-message/format-message/blob/master/LICENSE-MIT
[npm-img]: https://img.shields.io/npm/v/@amollo-lint/stylelint.svg?style=flat
[npm]: https://www.npmjs.com/package/@amollo-lint/stylelint
