From bbf78fb40cddfb43dd68e68a58e5d3f46e395a61 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 12 Mar 2021 10:23:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20src=E4=B8=8Beslint=E4=B8=8D=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 +++- yarn.lock | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 55432b902..8a4138e71 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,8 @@ "include": [ "typescript/*.ts", "typescript/**/*.ts", - "types/*.d.ts" + "types/*.d.ts", + "src/*.js", + "src/**/*.js", ] } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index d08f9c001..c9a262bf3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -833,7 +833,7 @@ "@babel/preset-env" "7.4.5" "@babel/preset-typescript" "7.3.3" -"@fui/eslint-plugin@^1.0.0": +"@fui/eslint-plugin@1.0.11": version "1.0.11" resolved "https://npm.fineres.com/@fui%2feslint-plugin/-/eslint-plugin-1.0.11.tgz#095e929ff5235225afada99edfc96290d672a58d" integrity sha512-s7SYhFjUxFm/ri5zRS0P/akKASusGuRtJ/l+dHJif60mnPgVoPrVImk5xuxAwnTkCk8chv5HkzO5WQ70W1r1Og==