Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jul 4, 2013
1 parent 80fcaab commit 076db40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,12 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
* ESLint uses an AST to evaluate patterns in code.
* ESLint is completely pluggable, every single rule is a plugin and you can add more at runtime.

## WARNING: Pre-alpha

Right now, ESLint is in early development and should not be relied upon. There are no guarantees that anything is working at any particular point in time. Installing directly from GitHub increases the likelihood that something will explode, so if you'd like to try it out, please install the official release from npm.

Prior to version 0.1.0, this utility should be considered completely unstable.

## Installation

You can install ESLint using npm:
Expand Down

0 comments on commit 076db40

Please sign in to comment.