Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
/ eslint-config Public archive

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

License

Notifications You must be signed in to change notification settings

GrowwOld/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-config

for npm <5

  1. Install all the packages returned by the following command.
npm info "@groww-tech/eslint-config@latest" peerDependencies
  1. 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published