From 592b8c20f77378e1a88c541cfdb0065b1d67ee2b Mon Sep 17 00:00:00 2001 From: "Hung-Han (Henry) Chen" Date: Wed, 28 Oct 2020 17:51:01 +0800 Subject: [PATCH] Make eslint check __mocks__/*.ts files Signed-off-by: Hung-Han (Henry) Chen Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com> --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 062675e75c..6fd243d54e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,7 +28,8 @@ module.exports = { "src/**/*.ts", "integration/**/*.ts", "src/extensions/**/*.ts*", - "extensions/**/*.ts*" + "extensions/**/*.ts*", + "__mocks__/*.ts", ], parser: "@typescript-eslint/parser", extends: [