@appollo/eslint-config
v0.1.1
Published
Code quality assurance for Appollo projects
Downloads
2
Maintainers
Readme
@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"]
}