X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a884c545e3edad2cc2ac1210fc3148f922c155dc..8ff3c558698ed01fbca057ff876935470c358e65:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2c8..85b43690d3 100644 --- a/tslint.json +++ b/tslint.json @@ -12,12 +12,15 @@ "no-debugger": false, "no-console": false, "no-shadowed-variable": false, - "semicolon": true + "semicolon": true, + "array-type": false, + "interface-over-type-literal": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }