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

Commit 29c8b00

Browse files
exclude coverage from tslint.json
1 parent 7d6e77c commit 29c8b00

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)