1.0.5 • Published 6 years ago

@doc.ai/eslint-config-standards v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

@doc.ai/eslint-config-standards

A set of rules used at doc.ai for internal purposes.

  1. Change to the base directory of your package.
  2. Run:
yarn add --dev @doc.ai/eslint-config-standards
  1. Open your .eslintrc.yml file
  2. Add the following:
extends:
  # Use this for a light set of rules
  - "@doc.ai/eslint-config-standards"
  # Use this for extended set of rules
  - "@doc.ai/eslint-config-standards/full"
  # Use this when you have flow aboard
  - "@doc.ai/eslint-config-standards/with-flow"

And you're done!