Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightingbeetle/stylelint-config-light
Light config for stylelint
https://github.com/lightingbeetle/stylelint-config-light
Last synced: about 2 months ago
JSON representation
Light config for stylelint
- Host: GitHub
- URL: https://github.com/lightingbeetle/stylelint-config-light
- Owner: lightingbeetle
- Created: 2017-05-23T13:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T11:58:01.000Z (about 7 years ago)
- Last Synced: 2024-10-08T16:09:42.189Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stylelint-config-light
## Installation
```console
$ npm install --save stylelint-config-light
```## Usage
Set your stylelint config to:
```json
{
"extends": "stylelint-config-light"
}