Bump the EcmaScript version in the eslint configuration.

This commit is contained in:
Sunshine 2024-06-07 07:51:29 +08:00
parent f9f51839e5
commit d73d273482

View File

@ -5,7 +5,7 @@ module.exports = {
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 9,
"sourceType": "module"
},
"rules": {