https://github.com/doochik/stylelintrc
Shared config for stylelint
https://github.com/doochik/stylelintrc
Last synced: over 1 year ago
JSON representation
Shared config for stylelint
- Host: GitHub
- URL: https://github.com/doochik/stylelintrc
- Owner: doochik
- Created: 2018-04-13T15:02:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T09:38:03.000Z (about 8 years ago)
- Last Synced: 2025-03-17T22:08:36.565Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylelint super strict rules
## Installation
1. `npm install --save-dev stylelint stylelint-order @doochik/stylelint-config-strict`
2. Create `.stylelintrc` file your project with following contents:
```
{
"extends": "@doochik/stylelint-config-strict"
}
```