1.2.0 • Published 9 months ago

vendd-eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Vendd ESLint Config

Setup

  1. Install the dependencies
npm i -D eslint @vendd/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@vendd/eslint-config/react"
  // "extends": "@vendd/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.