X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/969254757ab4c21840faedf2bd1e4297c35203ac..1022c7ee7dadce002b00144eaacb5742ea0a7058:/tslint.json diff --git a/tslint.json b/tslint.json index 7f02975d..003e9021 100644 --- a/tslint.json +++ b/tslint.json @@ -13,12 +13,18 @@ "no-console": false, "no-shadowed-variable": false, "semicolon": true, - "array-type": false + "array-type": false, + "interface-over-type-literal": false, + "no-empty": false, + "no-bitwise": false, + "ban-types": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "src/lib/**", + "coverage/lcov-report/*.js" ] } }