Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

vend/eslint-config-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vendhq/eslint-config

Lint

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