This repository has been archived by the owner on May 31, 2024. It is now read-only.
eslint-config
/
7.0.0
eslint-config 7.0.0
Install from the command line:
Learn more about npm packages
$ npm install @vend/eslint-config@7.0.0
Install via package.json:
"@vend/eslint-config": "7.0.0"
About this version
This is a shared ESLint configuration for Vend. To use it, first add it as a development dependency:
yarn add -D @vend/eslint-config
And then add this to your .eslintrc
:
{
"extends": "@vend"
}