@vendhq/eslint-config
v6.0.0
Published
ESLint configuration for Vend
Downloads
53
Maintainers
Keywords
Readme
@vendhq/eslint-config
This is a shared ESLint configuration for Vend. To use it, first add it as a development dependency:
yarn add -D @vendhq/eslint-config
And then add this to your .eslintrc
:
{
"extends": "@vendhq"
}