From 14b76367bc829814ebf05003120081beed4f851b Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:24:09 +0700 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index b70dfd8..9702974 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,7 @@ "import" ], "parserOptions": { - "ecmaVersion": 2021 + "ecmaVersion": 13 }, "env": { "es2021": true,