Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.