https://github.com/buildo/stylelint-config
https://github.com/buildo/stylelint-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildo/stylelint-config
- Owner: buildo
- Created: 2016-10-10T15:12:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T10:56:11.000Z (over 9 years ago)
- Last Synced: 2025-02-21T04:36:37.261Z (over 1 year ago)
- Language: CSS
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-config
[](https://drone.our.buildo.io/buildo/stylelint-config)
[](https://libraries.io/npm/stylelint-config-buildo)
A shared [stylelint](https://github.com/stylelint/stylelint) configuration used at [buildo](buildo.io)
## How to
Install via npm
```sh
npm install --save-dev stylelint-config-buildo
```
then extend it in your `.stylelintrc`
```json
{
"extends": "stylelint-config-buildo"
}
```