Package detail

@invisible/eslint-config

Invisible Rules

eslint, eslintplugin

readme

@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"
    }
    
  2. Add eslint as a devDependency:

    yarn add -D eslint
    

changelog

Changelog

All notable changes to this project will be documented in this file.

1.3.8 - 2018-12-25

Internal

  • Upgraded dependencies
  • Lifted node restriction from ~8 to 8 or above
  • Migrated from yarn to npm