https://github.com/zedix/stylelint-config
https://github.com/zedix/stylelint-config
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zedix/stylelint-config
- Owner: zedix
- Created: 2019-06-04T18:31:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:24:24.000Z (over 3 years ago)
- Last Synced: 2025-02-16T20:48:01.910Z (over 1 year ago)
- Language: JavaScript
- Size: 484 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @zedix/stylelint-config


## Installation
```sh
$ yarn add --dev zedix/stylelint-config.git#v1.x.x
```
Edit `package.json`:
```json
{
// …
"stylelint": {
"extends": "@zedix/stylelint-config"
},
}
```