mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
bump ecmascript to 2018 for eslint
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 2017,
|
||||
"ecmaVersion": 2018,
|
||||
"ecmaFeatures": {
|
||||
"globalReturn": true
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user