# stylelint-config

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

<br/>

Standard Stylelint 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/stylelint-config
```

for **npm <5**

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

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

2. Then run 

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


<br/>

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