X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28bb06ae7b9983da793f2459c5cc3e8debd71949..c72c1ba8048825f15d864753dd247080e29f227b:/tslint.json diff --git a/tslint.json b/tslint.json index 1b26ab5f0f..f9b81ca95b 100644 --- a/tslint.json +++ b/tslint.json @@ -11,12 +11,17 @@ "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, + "no-empty": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }