X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c16ef38920e9d011215a519bc58624a614717cd6..3b355dbe5fd93b8df4e7803560c8f2038f5f6ae4:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2..f9b81ca9 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" ] } }