Skip to content

Commit 93bbb02

Browse files
crisbetommalerba
authored andcommitted
build: lint integration test files (#19667)
Includes the integration test files under the lint rules so we can catch things like unused imports.
1 parent 8ff9844 commit 93bbb02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"src/**/*.ts",
4040
"e2e/**/*.ts",
4141
"test/**/*.ts",
42-
"tools/**/*.ts"
42+
"tools/**/*.ts",
43+
"integration/**/*.ts"
4344
],
4445
"exclude": [
4546
// Exclude files that depend on Node APIs because those depend on the Node types and therefore

0 commit comments

Comments
 (0)