https://github.com/advclb/stylelint-config-advclb
Adventure Club Stylelint Shareable Configuration
https://github.com/advclb/stylelint-config-advclb
css prettier sass stylelint stylelint-config
Last synced: 3 months ago
JSON representation
Adventure Club Stylelint Shareable Configuration
- Host: GitHub
- URL: https://github.com/advclb/stylelint-config-advclb
- Owner: advclb
- License: gpl-3.0
- Created: 2020-01-02T11:21:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:20:29.000Z (over 3 years ago)
- Last Synced: 2025-10-20T22:38:29.908Z (8 months ago)
- Topics: css, prettier, sass, stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Adventure Club Stylelint Shareable Configuration
```bash
npm install --save-dev prettier stylelint stylelint-config-advclb
```
Edit .stylelintrc.json:
```json
{
"extends": ["stylelint-config-advclb"]
}
```
For library project:
```json
{
"extends": ["stylelint-config-advclb", "stylelint-config-advclb/library"]
}
```