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

https://github.com/stardust-configs/stylelint-config

Shareable Stylelint config
https://github.com/stardust-configs/stylelint-config

stylelint stylelint-config

Last synced: 3 months ago
JSON representation

Shareable Stylelint config

Awesome Lists containing this project

README

        

# @stardust-configs/stylelint-config

> Shareable Stylelint config

## Install

```sh
npm install stylelint @stardust-configs/stylelint-config -D
```

or

```sh
yarn add stylelint @stardust-configs/stylelint-config -D
```

## Usage

Edit `.stylelintrc`.

```json
{
"extends": ["@stardust-configs/stylelint-config"]
}
```

Edit `package.json`.

```json
{
"scripts": {
"fix:css": "stylelint ./**/*.css --fix",
"lint:css": "stylelint ./**/*.css"
}
}
```

## Author

[@p-chan](https://github.com/p-chan)

## License

MIT