Skip to content

Commit 7e2a0be

Browse files
authored
Merge pull request wmonk#340 from alexandrudanpop/#339_tslint_fix
wmonk#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

Lines changed: 2 additions & 1 deletion
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)