From 58a90c1647267309a59cb65412bdfa8a945ba133 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 7 Aug 2021 21:51:21 +1200 Subject: [PATCH] Meta tweak --- docs/rules/no-unsupported-features/es-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-unsupported-features/es-syntax.md b/docs/rules/no-unsupported-features/es-syntax.md index 24ed7c6d..56875192 100644 --- a/docs/rules/no-unsupported-features/es-syntax.md +++ b/docs/rules/no-unsupported-features/es-syntax.md @@ -15,7 +15,7 @@ Editor integrations of ESLint would be useful to know it in real-time. This rule supports ECMAScript 2019 and proposals that have been approved as Stage 4 by August 2019. See also [TC39 finished proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md). -Please configure your `.eslintrc` file to succeed to succeed in parsing the syntax. +Please configure your `.eslintrc` file to succeed in parsing the syntax. For example, set `2020` to `parserOptions.ecmaVersion`. ### Configured Node.js version range