Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishichawda/eslint-config-rishikc
Quick and nice setup for React projects with ESLint and Prettier
https://github.com/rishichawda/eslint-config-rishikc
Last synced: 27 days ago
JSON representation
Quick and nice setup for React projects with ESLint and Prettier
- Host: GitHub
- URL: https://github.com/rishichawda/eslint-config-rishikc
- Owner: rishichawda
- Created: 2019-07-23T14:10:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T14:25:05.000Z (over 5 years ago)
- Last Synced: 2024-11-14T12:55:15.289Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-rishikc
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick setup for ESLint and Prettier.
### Usage
1. Install `eslint-config-rishikc` as dev dependency
```
npx install-peerdeps --dev eslint-config-rishikc
```2. Edit `.eslintrc` to contain this :
```
{
"extends": [
"rishikc"
]
}
```Done. :tada:
To change any configuration that was set by this config, simply write the rule as you would in your `eslintrc` file and it will be overridden.