2.0.0 • Published 3 years ago

@veupathdb/eslint-config v2.0.0

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

== @veupathdb/eslint-config

This package includes the https://eslint.org/[eslint] configuration used by VEuPathDB websites.

=== Usage

First, install the package and dependencies with npm:

source, sh

npm install --save-dev eslint-config-react-app @veupathdb/eslint-config

or with yarn:

source, sh

yarn add -D eslint-config-react-app @veupathdb/eslint-config

Then, include the following in your eslint configuration file:

source, json

"extends": ["@veupathdb"]

2.0.0

3 years ago

1.0.0

4 years ago