Merge pull request #2755 from apostrophest/eslint-ecmascript-2021

Increase eslint ecmaVersion to 2021
This commit is contained in:
Danny Colin 2025-05-20 15:09:33 -04:00 committed by GitHub
commit aca51cc11c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
module.exports = {
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2021
},
"env": {
"browser": true,