X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6e44781d01db889030cc5f7819aa7f15fe837e19..c57c9f8553e59144b4adeafc90ce2fa2ac946962:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627..003e9021 100644 --- a/tslint.json +++ b/tslint.json @@ -14,12 +14,17 @@ "no-shadowed-variable": false, "semicolon": true, "array-type": false, - "interface-over-type-literal": 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" ] } }