Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 7e2a0be

Browse files
authored
Merge pull request #340 from alexandrudanpop/#339_tslint_fix
#339 exclude coverage from tslint.json
2 parents 7d6e77c + 29c8b00 commit 7e2a0be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-scripts/template/tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"linterOptions": {
44
"exclude": [
55
"config/**/*.js",
6-
"node_modules/**/*.ts"
6+
"node_modules/**/*.ts",
7+
"coverage/lcov-report/*.js"
78
]
89
}
910
}

0 commit comments

Comments
 (0)