0.0.1 • Published 7 years ago

inv-lint v0.0.1

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
7 years ago

inv-lint

Invisible Technologies Eslint Package

Install

yarn add -D invisible-tech/inv-lint
# or
npm install -D invisible-tech/inv-lint

Usage

  1. Add inv-lint to your lint script on package.json
    // It should look something like:
    "lint": "inv-lint",
    "pretest": "yarn run lint",