fix: update ecmaVersion to support latest features in js such as optional chaining etc

This commit is contained in:
zelfroster 2023-04-18 14:53:19 +05:30
parent 4a29ae0733
commit 4f444cbe31

View File

@ -13,7 +13,7 @@
"document": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2020
},
"ignorePatterns": ["mithril.js", "assets/*", "make-src/*"],
"rules": {