https://github.com/gluons/stylelint-config-gluons
@gluons' personal stylelint shareable config.
https://github.com/gluons/stylelint-config-gluons
gluons stylelint stylelint-config
Last synced: about 1 year ago
JSON representation
@gluons' personal stylelint shareable config.
- Host: GitHub
- URL: https://github.com/gluons/stylelint-config-gluons
- Owner: gluons
- License: mit
- Created: 2017-04-06T10:53:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T13:22:17.000Z (about 6 years ago)
- Last Synced: 2025-06-03T21:24:00.001Z (about 1 year ago)
- Topics: gluons, stylelint, stylelint-config
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylelint-config-gluons
[](https://github.com/gluons/stylelint-config-gluons/blob/master/LICENSE)
[](https://www.npmjs.com/package/stylelint-config-gluons)
[](https://github.com/gluons/eslint-config-gluons)
[gluons](https://github.com/gluons)' personal [stylelint](https://stylelint.io) shareable config.
A set of my ❤️ favorite rules.
🌤🌨🚀🌨🌨
❄️❄️❄️❄️❄️
❄️❄️❄️❄️❄️
🎄🎄☃⛷🏔
## Installation
**Via [NPM](https://www.npmjs.com):**
[](https://www.npmjs.com/package/stylelint-config-gluons)
```
npm install --save-dev stylelint-config-gluons
```
**Via [Yarn](https://yarnpkg.com):**
```
yarn add -D stylelint-config-gluons
```
## Usage
```json
{
"extends": "stylelint-config-gluons"
}
```