1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Make eslint check __mocks__/*.ts files

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
Hung-Han (Henry) Chen 2020-10-28 17:51:01 +08:00 committed by Hung-Han (Henry) Chen
parent 8e18a75576
commit 592b8c20f7
No known key found for this signature in database
GPG Key ID: 32931168425E1C95

View File

@ -28,7 +28,8 @@ module.exports = {
"src/**/*.ts",
"integration/**/*.ts",
"src/extensions/**/*.ts*",
"extensions/**/*.ts*"
"extensions/**/*.ts*",
"__mocks__/*.ts",
],
parser: "@typescript-eslint/parser",
extends: [