Skip to content

Commit cfeed38

Browse files
authored
Update es-syntax.md (#480)
1 parent bb77606 commit cfeed38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unsupported-features/es-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Editor integrations of ESLint would be useful to know it in real-time.
1717
This rule supports ECMAScript 2019 and proposals that have been approved as Stage 4 by August 2019.
1818
See also [TC39 finished proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md).
1919

20-
Please configure your `.eslintrc` file to succeed to succeed in parsing the syntax.
20+
Please configure your `.eslintrc` file to succeed in parsing the syntax.
2121
For example, set `2020` to `parserOptions.ecmaVersion`.
2222

2323
### Configured Node.js version range

0 commit comments

Comments
 (0)