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
+1 -1
View File
@@ -1,6 +1,6 @@
module.exports = { module.exports = {
"parserOptions": { "parserOptions": {
"ecmaVersion": 2018 "ecmaVersion": 2021
}, },
"env": { "env": {
"browser": true, "browser": true,