Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Readme update usage section #501

Merged
merged 3 commits into from
Jul 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,22 @@ It just needs to export a `parse` method that takes in a string of code and outp

## Usage

> ESLint 1.x | Use <= 5.x

> ESLint 2.x | Use >= 6.x

### Supported ESLint versions

ESLint | babel-eslint
------------ | -------------
3.x | >= 6.x
2.x | >= 6.x
1.x | >= 5.x

### Install

Ensure that you have substituted the correct version lock for `eslint` and `babel-eslint` into this command:

```sh
$ npm install eslint@3.x babel-eslint@7 --save-dev
# or
$ yarn add eslint@3.x babel-eslint@7 -D
```

### Setup
Expand Down