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: 4 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T14:25:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-01T00:18:54.307Z (4 months 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.