add a message about using the default parser (babel/babel-eslint#306)

* add a message about using the default parser

* decrease the size
This commit is contained in:
Henry Zhu 2016-05-02 08:41:41 -04:00
parent 97af2b0b62
commit c8fe9136d7

View File

@ -4,7 +4,9 @@
**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).
`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`! > 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`!