Skip to content

Commit 651e704

Browse files
committed
Update ESLint ignore patterns to include test resources
1 parent ff5b30a commit 651e704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workspaces/bi/bi-extension/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"ignorePatterns": [
2626
"out",
2727
"dist",
28-
"**/*.d.ts"
28+
"**/*.d.ts",
29+
"src/test/test-resources/**"
2930
]
3031
}

0 commit comments

Comments
 (0)