mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
bump ecmascript to 2018 for eslint
This commit is contained in:
parent
51967ed9f5
commit
b0e3b6414a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user