Skip to content

Commit a1fe251

Browse files
committed
build: Add /coverage to .eslintignore
If you've run `npm run coverage` more than once, or ran it in the past and then run `npm test`, it fails due to upstream Istanbul.js code matching from /coverage. Change-Id: Id5d64c5c42a23ceccc279c0297c6e4d3da1e63a0
1 parent 776b7bf commit a1fe251

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/docs/lib/
1+
/coverage
2+
/docs/lib/

0 commit comments

Comments
 (0)