https://github.com/jaydenseric/stylelint-config-barebones
Barebones stylelint config, extending stylelint-config-standard.
https://github.com/jaydenseric/stylelint-config-barebones
Last synced: 7 months ago
JSON representation
Barebones stylelint config, extending stylelint-config-standard.
- Host: GitHub
- URL: https://github.com/jaydenseric/stylelint-config-barebones
- Owner: jaydenseric
- Created: 2016-09-25T07:05:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T12:04:31.000Z (over 9 years ago)
- Last Synced: 2025-03-05T16:23:49.070Z (10 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Barebones stylelint config



The stylelint sharable config used in [Barebones](https://github.com/jaydenseric/Barebones).
- Extends [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard).
- [MIT license](https://en.wikipedia.org/wiki/MIT_License).
## Setup
Install via NPM:
```bash
npm install stylelint-config-barebones --save-dev
```
Extend this config in your project's [stylelint config](http://stylelint.io/user-guide/configuration/#extends):
```json
"stylelint": {
"extends": "stylelint-config-barebones"
}
```
---
[](https://github.com/jaydenseric/Barebones)