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

Commit

Permalink
docs: bootstrap README
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo4244 committed Sep 13, 2017
1 parent 03cffc8 commit 4036b62
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# inv-lint
> Invisible Technologies Eslint Package
# Setup
# Install

1. Add `WEBHOOK_PATH` environmental variable to your project on circleCI.
```
yarn add -D invisible-tech/inv-lint
# or
npm install -D invisible-tech/inv-lint
```

To do this you will have to:

- Go to `https://circleci.com/gh/invisible-tech/<your-project-name>/edit#env-vars` (replace \<your-project-name\>, e.g. gear)
- Click on `Import Variable(s)`.
- Select `WEBHOOK_PATH`.
- If you don't have permission to do that, ask your superior to do it!
# Usage

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

0 comments on commit 4036b62

Please sign in to comment.