Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/stylelint-config-sparkbox
Our in-house configs for Stylelint
https://github.com/sparkbox/stylelint-config-sparkbox
Last synced: 2 months ago
JSON representation
Our in-house configs for Stylelint
- Host: GitHub
- URL: https://github.com/sparkbox/stylelint-config-sparkbox
- Owner: sparkbox
- Created: 2017-03-07T19:53:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T02:21:40.000Z (3 months ago)
- Last Synced: 2024-11-02T02:02:40.223Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# stylelint-config-sparkbox
A sharable Stylelint config that we use at Sparkbox.
It's based on [`stylelint-config-standard`](https://github.com/stylelint/stylelint-config-standard) with a few small adjustments.
## Installation
```bash
# Install the package
npm install --save-dev @sparkbox/stylelint-config-sparkbox# Install peer dependencies (if you don't already have them)
npm install --save-dev stylelint
```## Usage
Put this in your `.stylelintrc` file.
```
{
"extends": "@sparkbox/stylelint-config-sparkbox"
}
```