@appollo/eslint-config
v0.1.1
Published
Code quality assurance for Appollo projects
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 -DNext, install @appollo/eslint-config:
# npm
npm install @appollo/eslint-config --save-dev
# yarn
yarn add @appollo/eslint-config -DUsage
Add @appollo to the extends section of your .eslintrc configuration file:
{
"extends": ["@appollo"]
}