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

Commit

Permalink
add a message about using the default parser (#306)
Browse files Browse the repository at this point in the history
* add a message about using the default parser

* decrease the size
  • Loading branch information
hzoo committed May 2, 2016
1 parent 4b74351 commit 5c1fd5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
**babel-eslint** allows you to lint **ALL** valid Babel code with the fantastic
[ESLint](https://github.com/eslint/eslint).

`babel-eslint` is successfully linting babel and many other projects.
#### Note: You don't need to use babel-eslint if you are only using ES6/ES2015. ESLint actually supports ES6/ES7, JSX, and object rest/spread by default now.

##### At the moment, you'll need it if you use stuff like class properties, decorators, async/await, types.

> If there is an issue, first check if it can be reproduced with the regular parser or with the latest versions of `eslint` and `babel-eslint`!
Expand Down

0 comments on commit 5c1fd5a

Please sign in to comment.