Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kurosame/stylelint-config-react
- Owner: kurosame
- License: mit
- Created: 2018-06-25T02:24:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T12:15:39.000Z (almost 4 years ago)
- Last Synced: 2024-11-28T03:04:34.086Z (about 2 months ago)
- Topics: config, react, styled-components, stylelint
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kurosame/stylelint-config-react
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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