3.0.1 • Published 3 years ago

@portxchange/eslint-config-pronto v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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.

  1. 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
  2. Add "extends": "@portxchange/eslint-config-pronto" to your .eslintrc.