From 58621ccd9e356310d3eb07dfc3e2066325f9e411 Mon Sep 17 00:00:00 2001 From: alberto Date: Sat, 3 Mar 2018 01:47:35 +0100 Subject: [PATCH] Use year versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fabd1770971..42d1cdce6a18 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,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), 6, 7, 8, or 9. 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), ES2015, ES2016, ES2017, and ES2018. 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?