X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/969254757ab4c21840faedf2bd1e4297c35203ac..784f0f2564f02b5fc4fbfc11dd6a72dd9f93fd05:/tslint.json diff --git a/tslint.json b/tslint.json index 7f02975dab..f9b81ca95b 100644 --- a/tslint.json +++ b/tslint.json @@ -13,12 +13,15 @@ "no-console": false, "no-shadowed-variable": false, "semicolon": true, - "array-type": false + "array-type": false, + "interface-over-type-literal": false, + "no-empty": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }