An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# `@zrev2220/stylelint-config`

![npm (scoped)](https://img.shields.io/npm/v/@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).