1.0.2 • Published 8 years ago

@department-of-veterans-affairs/eslint-config-appeals v1.0.2

Weekly downloads
19
License
-
Repository
github
Last release
8 years ago

eslint-config-appeals

ESLint config for Appeals JS.

Usage

Dependencies

You must manually install all plugins that this config uses. Look for all entries beginning with plugin: in the extends field in .eslintrc.js, and add them to your package.json. For instance:

  extends: [
    'plugin:react/recommended',
    'plugin:import/errors',
    'plugin:import/warnings'
  ],

This is required because of a limitation in ESLint configs.

ESLint config

You must reference this config from your ESLint config file:

extends:
  - @department-of-veterans-affairs/eslint-config-appeals