X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/52cc3b912c703c24bc90e67aaf24e8ad912d3ebf..3b355dbe5fd93b8df4e7803560c8f2038f5f6ae4:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627..f9b81ca9 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" ] } }