From 6da3c1967041fc25d61d92d7a5faa33fcaf91714 Mon Sep 17 00:00:00 2001 From: "Zhenfei.Li" Date: Thu, 5 Jan 2023 14:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20chore:=20esli?= =?UTF-8?q?nt=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 234d9007a..f5b262e6e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -21,7 +21,8 @@ "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { - "modules": true + "modules": true, + "legacyDecorators": true } }, "plugins": ["@typescript-eslint/eslint-plugin"],