Update to ES2020.

This commit is contained in:
John Doknjas
2025-07-26 21:44:51 -07:00
parent b68d9ef486
commit 1e895c976b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"root": true,
"env": {
"browser": true,
"es2017": true
"es2020": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
+2 -2
View File
@@ -12,7 +12,7 @@
"noImplicitReturns": true,
"module": "esnext",
"moduleResolution": "node",
"target": "ES2017",
"lib": ["DOM", "ES2017"]
"target": "ES2020",
"lib": ["DOM", "ES2020"]
}
}