# eslint-config 
 [![npm version](https://img.shields.io/npm/v/@groww-tech/eslint-config?color=51C838)](https://www.npmjs.com/package/@groww-tech/eslint-config) 

<br/>

Standard Eslint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.

## Install
for **npm >=5**

```sh
npx install-peerdeps --dev @groww-tech/eslint-config
```

for **npm <5**

1. Install all the packages returned by the following command.

```sh
npm info "@groww-tech/eslint-config@latest" peerDependencies
```

2. Then run 

```npm install --save-dev "@groww-tech/eslint-config"```
## Usage
Add `"extends": "@groww-tech/eslint-config"` to your `.eslintrc`


<br/>

*This configuration is for use in Groww projects. Use at your own risk.*
