Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybiquitous/stylelint-config-ybiquitous
My shareable config for stylelint
https://github.com/ybiquitous/stylelint-config-ybiquitous
stylelint stylelint-config
Last synced: 30 days ago
JSON representation
My shareable config for stylelint
- Host: GitHub
- URL: https://github.com/ybiquitous/stylelint-config-ybiquitous
- Owner: ybiquitous
- License: mit
- Created: 2019-01-29T06:31:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T15:40:43.000Z (about 2 months ago)
- Last Synced: 2024-12-01T16:37:14.110Z (about 2 months ago)
- Topics: stylelint, stylelint-config
- Language: JavaScript
- Size: 3.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config-ybiquitous
My shareable config for [stylelint](https://stylelint.io).
## Install
```shell
npm install stylelint-config-ybiquitous stylelint-config-standard stylelint-a11y stylelint-order
```## Usage
```json
{
"extends": ["stylelint-config-ybiquitous"]
}
```