@groww-tech/stylelint-config
Version:
Standard Stylelint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.
33 lines (20 loc) • 771 B
Markdown
# stylelint-config
[](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.*