From 8386c37f9f0519d4a5994b10d0baf5bb4ce1a904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Mon, 30 Jan 2023 18:38:59 +0800 Subject: [PATCH] fix: code style #1171 --- .eslintrc.json | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 6cae23f..6b4805b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,7 +20,8 @@ "ecmaFeatures": { "jsx": true }, - "sourceType": "module" + "sourceType": "module", + "ecmaVersion": "latest" }, "plugins": [ "react" diff --git a/.gitignore b/.gitignore index 9d21c29..02859db 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,7 @@ dist _config*.yml* yarn.lock +package-lock.json # Intellij Idea config file .idea