Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 552 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 552 Bytes

@invisible/eslint-config

CircleCI

Invisible Technologies Eslint Config

Install

yarn add -D @invisible/eslint-config
# or
npm install -D @invisible/eslint-config

Usage

  1. Add "@invisible" to extends on your .eslintrc.json file:
  // It should look something like:
  {
    "extends": "@invisible"
  }
  1. Add eslint as a devDependency:
yarn add -D eslint