X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/040d25dbcc9ec46c4c21c945ccf02dcf1bf44c26..bccb9ca5151f041d8c8b73098a3e1874023e3efa:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2..85b43690 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" ] } }