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

Latest commit

 

History

History
17 lines (12 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 344 Bytes

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