@department-of-veterans-affairs/eslint-config-appeals
v1.0.2
Published
ESLint config for Appeals JS.
Maintainers
Keywords
Readme
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