X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/10ce16c28de952f6533ca3cc9df909269e3d2a53..c401fa41f85e75f25814338f309df98f579a0627:/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" ] }