summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 6010be67..9ef2c875 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,11 +1,11 @@
{
"env": {
"browser": true,
- "es2021": true
+ "es2022": true
},
"extends": "eslint:recommended",
"parserOptions": {
- "ecmaVersion": 2021,
+ "ecmaVersion": 2022,
"sourceType": "module"
},
"rules": {