diff --git a/eslint/babel-eslint-parser/README.md b/eslint/babel-eslint-parser/README.md index c6a433f04f..dd63887924 100644 --- a/eslint/babel-eslint-parser/README.md +++ b/eslint/babel-eslint-parser/README.md @@ -1,7 +1,7 @@ # babel-eslint **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 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 ```sh