Merge pull request #5421 from tomhughes/ecma-version

Bump allowed ECMAScript version to 2021 (ES12)
This commit is contained in:
Andy Allan 2025-01-20 17:54:02 +00:00 committed by GitHub
commit 4470cb88e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ module.exports = [
js.configs.recommended,
{
languageOptions: {
ecmaVersion: 2015,
ecmaVersion: 2021,
sourceType: "script",
globals: {
...globals.browser,