You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're about to report an issue - please first check if it's already been reported in the [issues page](https://github.com/babel/babel-eslint/issues).
6
+
7
+
Also check to see if the latest versions of eslint/babel-eslint still produce the issue.
8
+
9
+
Also check out the [Known Issues](https://github.com/babel/babel-eslint#known-issues) section of the README.
10
+
11
+
If you are having issues with JSX you might want to check out eslint-plugin-react. If there's an issue with new experimental syntax you might need to report that in eslint-plugin-babel instead.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
10
10
For questions and support please visit the [`#linting`](https://babeljs.slack.com/messages/linting/) babel slack channel (sign up [here](https://babel-slack.herokuapp.com))!
11
11
12
+
> Note that the `ecmaFeatures` config property may still be required for ESLint to work properly with features not in ECMAScript 5 by default. Examples are `globalReturn` and `modules`)
13
+
12
14
## Known Issues
13
15
Flow:
14
16
-`no-undef` for global flow types: `ReactElement`, `ReactClass`[#130](https://github.com/babel/babel-eslint/issues/130#issuecomment-111215076)
@@ -21,7 +23,7 @@ Modules/strict mode
21
23
Please check out [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) for React/JSX issues
22
24
-`no-unused-vars` with jsx
23
25
24
-
Please check out [eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel) for other issues such as:
26
+
Please check out [eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel) for other issues such as (and more):
25
27
-`generator-star` with async/await functions [#78](https://github.com/babel/babel-eslint/issues/78)
26
28
-`object-shorthand` with spread operator [#131](https://github.com/babel/babel-eslint/issues/131)
0 commit comments