From 6c4aea44fd78e1eecea5fe3c37e1921e3b1e98a6 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 21 Jul 2020 19:07:56 +0200 Subject: [PATCH] Docs: add ECMAScript 2020 to README (#13510) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c34b5c2a2..ae15c7d69b2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Yes, ESLint natively supports parsing JSX syntax (this must be enabled in [confi ### What ECMAScript versions does ESLint support? -ESLint has full support for ECMAScript 3, 5 (default), 2015, 2016, 2017, 2018, and 2019. You can set your desired ECMAScript syntax (and other settings, like global variables or your target environments) through [configuration](https://eslint.org/docs/user-guide/configuring). +ESLint has full support for ECMAScript 3, 5 (default), 2015, 2016, 2017, 2018, 2019, and 2020. You can set your desired ECMAScript syntax (and other settings, like global variables or your target environments) through [configuration](https://eslint.org/docs/user-guide/configuring). ### What about experimental features?