Package Exports
- @groww-tech/eslint-config
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.
Usage
- Install the correct versions of each package, which are listed by the command:
npm info "@groww-tech/eslint-config@latest" peerDependencies
then
npm install --save-dev "@groww-tech/eslint-config"
If using npm 5+, use this shortcut
npx install-peerdeps --dev @groww-tech/eslint-config
- Add
"extends": "@groww-tech/eslint-config"
to your.eslintrc