0.1.1 • Published 4 years ago

@appollo/eslint-config v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@appollo/eslint-config

ESLint config to ensure code quality in Appollo workspaces.

Installation

You'll first need to install ESLint:

# npm
npm i eslint --save-dev
# yarn
yarn add eslint -D

Next, install @appollo/eslint-config:

# npm
npm install @appollo/eslint-config --save-dev
# yarn
yarn add @appollo/eslint-config -D

Usage

Add @appollo to the extends section of your .eslintrc configuration file:

{
  "extends": ["@appollo"]
}