Standard Stylelint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.
for npm >=5
npx install-peerdeps --dev @groww-tech/stylelint-config
for npm <5
- Install all the packages returned by the following command.
npm info "@groww-tech/stylelint-config@latest" peerDependencies
- Then run
npm install --save-dev "@groww-tech/stylelint-config"
Add "extends": "@groww-tech/stylelint-config"
to your .stylelint
This configuration is for use in Groww projects. Use at your own risk.