@portxchange/eslint-config-pronto
v3.0.1
Published
This package contains a shared eslint config containing a custom rule set
Downloads
201
Readme
@portxchange/eslint-config-pronto
This package provides Pronto's .eslintrc as an extensible shared config.
Usage
The export contains all of our ESLint rules. It does require some peer dependencies which are listed in the package.json
.
- Install the package:
If you want to see the peerDependencies, run:
npm info "@portxchange/eslint-config-pronto" peerDependencies
Use this shortcut to install the peer dependencies:
npx install-peerdeps --dev @portxchange/eslint-config-pronto
To install the package itself run:
npm i @portxchange/eslint-config-pronto
- Add
"extends": "@portxchange/eslint-config-pronto"
to your.eslintrc
.