0.0.1 • Published 2 years ago

tmp-stylelint-config-beta v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

stylelint-config

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

Install

for npm >=5

npx install-peerdeps --dev @groww-tech/stylelint-config

for npm <5

  1. Install all the packages returned by the following command.
npm info "@groww-tech/stylelint-config@latest" peerDependencies
  1. Then run

npm install --save-dev "@groww-tech/stylelint-config"

Usage

Add "extends": "@groww-tech/stylelint-config" to your .stylelint

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