X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6f8e509988756deb7e05a760e718d1ade164fd19..54bc9553ec46b8f8244900fd19efca6030a6398a:/tslint.json diff --git a/tslint.json b/tslint.json index f9b81ca9..003e9021 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" ] }