X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/969254757ab4c21840faedf2bd1e4297c35203ac..eb909803c6fe3c99894ac402a88ea7cbc114f66b:/tslint.json diff --git a/tslint.json b/tslint.json index 7f02975d..f9b81ca9 100644 --- a/tslint.json +++ b/tslint.json @@ -13,12 +13,15 @@ "no-console": false, "no-shadowed-variable": false, "semicolon": true, - "array-type": false + "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" ] } }