From b845304ce21aa55d9c7c670eb40de37efa0b624a Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 22 May 2015 21:04:00 -0400 Subject: [PATCH] update readme about issues/jsx --- eslint/babel-eslint-parser/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint/babel-eslint-parser/README.md b/eslint/babel-eslint-parser/README.md index 45c7852b1e..808db61daf 100644 --- a/eslint/babel-eslint-parser/README.md +++ b/eslint/babel-eslint-parser/README.md @@ -6,6 +6,8 @@ **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! + ## How does it work? ESLint allows custom parsers. This is great but some of the syntax nodes that Babel supports