Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kurosame/stylelint-config-react

StyleLint config for React
https://github.com/kurosame/stylelint-config-react

config react styled-components stylelint

Last synced: about 1 month ago
JSON representation

StyleLint config for React

Awesome Lists containing this project

README

        

# StyleLint Config React

## Installation

```sh
npm install @kurosame/stylelint-config-react --save-dev
```

## Usage

In .stylelintrc:

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

## License

MIT