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
- Host: GitHub
- URL: https://github.com/postcss/eslint-config-postcss
- Owner: postcss
- License: mit
- Archived: true
- Created: 2016-01-25T12:36:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T11:18:33.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:39:03.747Z (about 1 year ago)
- Language: JavaScript
- Size: 533 KB
- Stars: 18
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)