X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ea54fb82c3a59ca8a959643f8bec4776635433e0..4d2ff0c66175bf47c5643e9500c2cc6d7caf8c8b:/tslint.json?ds=sidebyside diff --git a/tslint.json b/tslint.json index f9b81ca95b..003e9021cd 100644 --- a/tslint.json +++ b/tslint.json @@ -15,12 +15,15 @@ "semicolon": true, "array-type": false, "interface-over-type-literal": false, - "no-empty": false + "no-empty": false, + "no-bitwise": false, + "ban-types": false }, "linterOptions": { "exclude": [ "config/**/*.js", "node_modules/**/*.ts", + "src/lib/**", "coverage/lcov-report/*.js" ] }