We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb77606 commit cfeed38Copy full SHA for cfeed38
docs/rules/no-unsupported-features/es-syntax.md
@@ -17,7 +17,7 @@ Editor integrations of ESLint would be useful to know it in real-time.
17
This rule supports ECMAScript 2019 and proposals that have been approved as Stage 4 by August 2019.
18
See also [TC39 finished proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md).
19
20
-Please configure your `.eslintrc` file to succeed to succeed in parsing the syntax.
+Please configure your `.eslintrc` file to succeed in parsing the syntax.
21
For example, set `2020` to `parserOptions.ecmaVersion`.
22
23
### Configured Node.js version range
0 commit comments