Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GoProperly/eslint-config-properly-base

Repository files navigation

Properly Base ESLint Config

Largely based on eslint-config-airbnb-base, with some minor modifications.

Also includes:

For a list of the rules/configuration in use, see index.js.

Installation

  1. Make sure your project is configured to use the GitHub Package Registry

  2. Install this package along with eslint and prettier:

    npm install --save-dev @goproperly/eslint-config-properly-base eslint prettier

  3. Extend this config in your project's ESLint configuration:

    {
      "extends": ["@goproperly/eslint-config-properly-base"]
    }