Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beanloop/stylelint-config-beanloop
https://github.com/beanloop/stylelint-config-beanloop
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beanloop/stylelint-config-beanloop
- Owner: beanloop
- License: apache-2.0
- Created: 2016-06-27T20:46:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T12:31:30.000Z (over 8 years ago)
- Last Synced: 2024-04-23T23:46:51.830Z (7 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config-beanloop
An opinionated stylelint config based on [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
and inspired by [stylelint-config-idiomatic-order](https://github.com/ream88/stylelint-config-idiomatic-order).## Installation
```sh
npm install stylelint-config-beanloop
```## Usage
Set your stylelint config to:
```json
{
"extends": "stylelint-config-beanloop"
}
```You can easily [extend](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/configuration.md#extends) the config to your needs.
## [License](LICENSE)