1.1.0 • Published 5 years ago

eslint-config-evernaut-base v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Evernaut / eslint-config-base

The Evernaut base ESLint config.

Includes:

  • eslint
  • prettier
  • eslint-config-prettier
  • eslint-plugin-json
  • eslint-plugin-prettier

Usage

  1. Install the package

    npm i -D eslint-config-evernaut-base
  2. Install the npm peer dependencies

    • Ensure the versions match the required semver specifications in package.json
    npm i -D eslint eslint-plugin-json eslint-plugin-prettier prettier
  3. Add the configuration to the extends property in the project's eslint configuration

    extends: ["evernaut-base"]

Process Guides

Reference