X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/52cc3b912c703c24bc90e67aaf24e8ad912d3ebf..57963d0ef4a73cc7222f93e61cb7bcf8cffc3f75:/tslint.json diff --git a/tslint.json b/tslint.json index 0ddfc627b9..003e9021cd 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" ] } }