clean up readme

This commit is contained in:
Sebastian McKenzie 2015-02-27 21:49:54 +11:00
parent 5d5c7c6ae1
commit d70e358a94

View File

@ -1,7 +1,7 @@
# babel-eslint # babel-eslint
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic **babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[eslint](https://github.com/eslint/eslint). [ESLint](https://github.com/eslint/eslint).
**NOTE:** Please note that this is experimental and may have numerous bugs. It is however **NOTE:** Please note that this is experimental and may have numerous bugs. It is however
successfuly linting the [babel core](https://github.com/babel/babel/blob/master/.eslintrc). successfuly linting the [babel core](https://github.com/babel/babel/blob/master/.eslintrc).
@ -27,6 +27,8 @@ $ npm install eslint babel-eslint
} }
``` ```
Check out the [ESLint docs](http://eslint.org/docs/rules/) for all possible rules.
### Run ### Run
```sh ```sh