Added ECMA Version of lint to 2020

This commit is contained in:
eouia
2022-04-26 14:51:12 +02:00
parent df0f048ecc
commit 58569a648c

View File

@@ -16,7 +16,7 @@
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"ecmaFeatures": {
"globalReturn": true
}