Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinblomberg/eslint-config-prettier
Turns off ESLint rules unnecessary for Prettier. Succeeds where the official eslint-config-prettier fails.
https://github.com/robinblomberg/eslint-config-prettier
eslint prettier
Last synced: 22 days ago
JSON representation
Turns off ESLint rules unnecessary for Prettier. Succeeds where the official eslint-config-prettier fails.
- Host: GitHub
- URL: https://github.com/robinblomberg/eslint-config-prettier
- Owner: RobinBlomberg
- Created: 2021-03-08T17:35:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T09:11:14.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:17:20.679Z (10 months ago)
- Topics: eslint, prettier
- Language: JavaScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESLint config for Prettier
## Installation
```sh
npm install -D @robinblomberg/eslint-config-prettier
```## Configuration
In your **.eslintrc.json**:
```js
{
"extends": [
"@robinblomberg/robinblomberg",
"@robinblomberg/prettier"
]
}
```