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

Commit

Permalink
clarify known eslint issues, add to link slack channel for questions
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jun 8, 2015
1 parent 8b9940e commit f2800d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
**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).

If there's an issue, check if it can be reproduced with the regular parser and with the latest versions of `eslint` and `babel-eslint`. For issues related to JSX, see if [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) helps!
If there is an issue, first check if it can be reproduced with the regular parser and with the latest versions of `eslint` and `babel-eslint`.

For questions and support please visit the `#linting` [babel slack channel](https://babel-slack.herokuapp.com)!

## Known Issues
> For issues related to JSX (especially `no-unused-vars`), see if [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) helps!
- `generator-star` with async/await functions [#78](https://github.com/babel/babel-eslint/issues/78)

## How does it work?

Expand Down

0 comments on commit f2800d0

Please sign in to comment.