X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e4ce0e45818dac7d6abc6456e85d49798d16458..1a99655f02501ae941aa070202393813da32779d:/tslint.json diff --git a/tslint.json b/tslint.json index ccb194f75b..f9b81ca95b 100644 --- a/tslint.json +++ b/tslint.json @@ -10,12 +10,18 @@ "jsx-boolean-value": false, "jsx-no-lambda": false, "no-debugger": false, - "no-console": false + "no-console": false, + "no-shadowed-variable": false, + "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" ] } }