X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/52cc3b912c703c24bc90e67aaf24e8ad912d3ebf..fef17c665b0d6acb4be97c9dcf4a6cb7a92ee6ef:/tslint.json?ds=sidebyside 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" ] } }