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

https://github.com/postcss/eslint-config-postcss

An ESLint shareable config for postcss and plugins
https://github.com/postcss/eslint-config-postcss

Last synced: 3 months ago
JSON representation

An ESLint shareable config for postcss and plugins

Awesome Lists containing this project

README

          

# ESLint Config PostCSS

> An ESLint shareable config for PostCSS and plugins.

If you have any question about a rule or want to discuss about it, please open an issue.

## Usage

### Install

```sh
$ npm install --save-dev eslint-config-postcss @logux/eslint-config eslint-config-standard eslint-plugin-promise eslint-plugin-jest eslint-plugin-node eslint-plugin-standard eslint-plugin-security eslint-plugin-import eslint-plugin-prefer-let eslint-plugin-unicorn eslint-plugin-prettierx
```

Add to your eslint configuration (here, in `package.json`)

```json
{
"eslintConfig": {
"extends": "eslint-config-postcss"
}
}
```

---

## [LICENSE](LICENSE)