Package Exports
- @groww-tech/eslint-config
- @groww-tech/eslint-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@groww-tech/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
- 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.