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

invisible-tech/eslint-config

Repository files navigation

@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