https://github.com/zrev2220/stylelint-config
My personal Stylelint config
https://github.com/zrev2220/stylelint-config
Last synced: 3 months ago
JSON representation
My personal Stylelint config
- Host: GitHub
- URL: https://github.com/zrev2220/stylelint-config
- Owner: zrev2220
- License: mit
- Created: 2022-11-01T00:00:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T00:38:14.000Z (over 2 years ago)
- Last Synced: 2025-02-19T12:55:09.233Z (3 months ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@zrev2220/stylelint-config`

My personal Stylelint config.
## Usage
Install:
```bash
npm install --save-dev stylelint @zrev2220/stylelint-config
```Create/edit `.stylelintrc`:
```jsonc
{
"extends": "@zrev2220/stylelint-config"
}
```Lint your styles:
```bash
npx stylelint -i .gitignore --aei --mw 0 "**/*.{css,scss}"
```See also the [`extends` config property](https://stylelint.io/user-guide/configure#extends).