X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bccb9ca5151f041d8c8b73098a3e1874023e3efa..4d2ff0c66175bf47c5643e9500c2cc6d7caf8c8b:/tslint.json diff --git a/tslint.json b/tslint.json index 85b43690d3..003e9021cd 100644 --- a/tslint.json +++ b/tslint.json @@ -14,12 +14,16 @@ "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", + "src/lib/**", "coverage/lcov-report/*.js" ] }