Bump allowed ECMAScript version to 2021 (ES12)

This commit is contained in:
Tom Hughes 2025-01-16 19:08:50 +00:00
parent bde5fb48db
commit 70afbd09d6

View file

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