X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a884c545e3edad2cc2ac1210fc3148f922c155dc..784f0f2564f02b5fc4fbfc11dd6a72dd9f93fd05:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2c8..f9b81ca95b 100644 --- a/tslint.json +++ b/tslint.json @@ -12,12 +12,16 @@ "no-debugger": false, "no-console": false, "no-shadowed-variable": false, - "semicolon": true + "semicolon": true, + "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" ] } }