Skip to content

Commit

Permalink
Clarify branch purpose
Browse files Browse the repository at this point in the history
Let people know where to find the ESLint 4 branch.
  • Loading branch information
pointlessone committed Aug 8, 2017
1 parent 96c385e commit 5caad3a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ file][config].

[config]: http://eslint.org/docs/user-guide/configuring#using-configuration-files

### Channels

There are a few major versions of ESLint out there. The latest major version
is 4. This engine provides a few [channels][] for major versions of ESLint.

This branch is for the `latest` (i.e. default) channel and provides ESLint 3
support.

For ESLint 4, please see [`channel/eslint-4`][] branch.

[channels]: https://docs.codeclimate.com/docs/engine-channels
[`channel/eslint-4`]: https://github.com/codeclimate/codeclimate-eslint/tree/channel/eslint-4

### Installation

1. If you haven't already, [install the Code Climate CLI][CLI]
Expand Down

0 comments on commit 5caad3a

Please sign in to comment.