mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-12 19:50:04 +05:00
fix: update ecmaVersion to support latest features in js such as optional chaining etc
This commit is contained in:
parent
4a29ae0733
commit
4f444cbe31
@ -13,7 +13,7 @@
|
||||
"document": "readonly"
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
"ecmaVersion": 2020
|
||||
},
|
||||
"ignorePatterns": ["mithril.js", "assets/*", "make-src/*"],
|
||||
"rules": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user