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:
parent
8e18a75576
commit
592b8c20f7
@ -28,7 +28,8 @@ module.exports = {
|
|||||||
"src/**/*.ts",
|
"src/**/*.ts",
|
||||||
"integration/**/*.ts",
|
"integration/**/*.ts",
|
||||||
"src/extensions/**/*.ts*",
|
"src/extensions/**/*.ts*",
|
||||||
"extensions/**/*.ts*"
|
"extensions/**/*.ts*",
|
||||||
|
"__mocks__/*.ts",
|
||||||
],
|
],
|
||||||
parser: "@typescript-eslint/parser",
|
parser: "@typescript-eslint/parser",
|
||||||
extends: [
|
extends: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user