X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/78915a29d2911b1c442920b614f3e48da9e567c2..75e44c796b346740fd52908bef24d913e4e084ae:/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" ] } }