An open API service indexing awesome lists of open source software.

https://github.com/tivix/js-standard-stylelint-config


https://github.com/tivix/js-standard-stylelint-config

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# @tivix/stylelint-config

This package contains a root [stylelint](https://stylelint.io/) config, and a config to use with [`styled-components`](https://www.styled-components.com/).

- `@tivix/stylelint-config`
- `@tivix/stylelint-config/styled-components`

## Installation

To manually install, add this package to the `"extends"` array in your project’s [stylelint config](https://stylelint.io/user-guide/configuration/#loading-the-configuration-object).

```json
{
"extends": ["@tivix/stylelint-config"]
}
```