From b0e3b6414ae2a1460315b4c975a9e9145b9d0e5e Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Sat, 2 Oct 2021 14:42:49 +0200 Subject: [PATCH] bump ecmascript to 2018 for eslint --- .eslintrc.json | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 637b2eb7..751bf56d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,7 @@ }, "parserOptions": { "sourceType": "module", - "ecmaVersion": 2017, + "ecmaVersion": 2018, "ecmaFeatures": { "globalReturn": true } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bcb06a..0124cb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ _This release is scheduled to be released on 2022-01-01._ ### Updated +- ESLint version supports now ECMAScript 2018 - Cleaned up `updatenotification` module and switched to nunjuck template. ### Fixed