X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4beb141298fce3da40f07e1a0a08f29ac28dfd09..6653b7a7edbac351f5b3734114d6b5904dda1acc:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627b9..f9b81ca95b 100644 --- a/tslint.json +++ b/tslint.json @@ -14,12 +14,14 @@ "no-shadowed-variable": false, "semicolon": true, "array-type": false, - "interface-over-type-literal": false + "interface-over-type-literal": false, + "no-empty": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }