chore(linter): update ECMAScript version

This commit is contained in:
Monty 2021-10-10 13:25:12 +02:00
parent 9e4906931b
commit b4ddffac50
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012

View File

@ -8,7 +8,7 @@
"document": true
},
"parserOptions": {
"ecmaVersion": 2019
"ecmaVersion": 2021
},
"extends": "eslint:recommended",
"rules": {