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

https://github.com/electerious/stylelint-config

stylelint configuration for my personal projects.
https://github.com/electerious/stylelint-config

Last synced: 5 months ago
JSON representation

stylelint configuration for my personal projects.

Awesome Lists containing this project

README

          

# stylelint configuration

![Build](https://github.com/electerious/stylelint-config/workflows/Build/badge.svg)

Shareable stylelint configuration for my personal projects.

## Install

Install this package. It already includes stylelint and the necessary plugins.

```
npm install --save-dev @electerious/stylelint-config
```

## Usage

Create a file named `.stylelintrc.json` with following contents in the root folder of your project:

```json
{
"extends": "@electerious/stylelint-config"
}
```

That's it! You can override the settings by editing the `.stylelintrc.json` file.