X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/065f393316fad3472ab2afe526c7965be1fe392d..2b4aaa4743137b6c2ce3cf9b5b3b0c1e5accb8c8:/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" ] } }