X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6e44781d01db889030cc5f7819aa7f15fe837e19..d048e918a6899aac404179690730d29ce26c606a:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627..85b43690 100644 --- a/tslint.json +++ b/tslint.json @@ -19,7 +19,8 @@ "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }