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"
}
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"
}