From 9006518111b4bfb34ec5cc25826bf71d11bae7ab Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 2 May 2019 15:15:45 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20no-unsupported-features?= =?UTF-8?q?/es-syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9a26fefc..856fb9a6 100644 --- a/docs/rules/no-unsupported-features/es-syntax.md +++ b/docs/rules/no-unsupported-features/es-syntax.md @@ -10,7 +10,7 @@ Editor integrations of ESLint would be useful to know it in real-time. ### Supported ECMAScript features -This rule supports ECMAScript 2018 and the syntax which are arrived at Stage 4 by May 2018. +This rule supports ECMAScript 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.