1.1.2 • Published 9 months ago
@groww-tech/eslint-config v1.1.2
eslint-config
Standard Eslint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.
Install
for npm >=5
npx install-peerdeps --dev @groww-tech/eslint-configfor npm <5
- Install all the packages returned by the following command.
npm info "@groww-tech/eslint-config@latest" peerDependencies- Then run
npm install --save-dev "@groww-tech/eslint-config"
Usage
Add "extends": "@groww-tech/eslint-config" to your .eslintrc
This configuration is for use in Groww projects. Use at your own risk.