diff --git a/packages/react-scripts/template/tslint.json b/packages/react-scripts/template/tslint.json index 67823d8e1..bfdc862cf 100644 --- a/packages/react-scripts/template/tslint.json +++ b/packages/react-scripts/template/tslint.json @@ -3,7 +3,8 @@ "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }