X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3ad7e33a2d50e9ed2298624ea5cac7cb5cd21a6f..2808fb2da98a36cf6cf30a215e76aac88146af28:/tslint.json diff --git a/tslint.json b/tslint.json index 1b26ab5f0f..85b43690d3 100644 --- a/tslint.json +++ b/tslint.json @@ -11,12 +11,16 @@ "jsx-no-lambda": false, "no-debugger": false, "no-console": false, - "no-shadowed-variable": false + "no-shadowed-variable": false, + "semicolon": true, + "array-type": false, + "interface-over-type-literal": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }