Skip to content

Commit

Permalink
Merge pull request facebook#340 from alexandrudanpop/#339_tslint_fix
Browse files Browse the repository at this point in the history
facebook#339 exclude coverage from tslint.json
  • Loading branch information
wmonk committed Jun 12, 2018
2 parents 7d6e77c + 29c8b00 commit 7e2a0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-scripts/template/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"linterOptions": {
"exclude": [
"config/**/*.js",
"node_modules/**/*.ts"
"node_modules/**/*.ts",
"coverage/lcov-report/*.js"
]
}
}

0 comments on commit 7e2a0be

Please sign in to comment.