X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fef17c665b0d6acb4be97c9dcf4a6cb7a92ee6ef..70bf37e9881a433b740cc70376d4b6680a582910:/tslint.json diff --git a/tslint.json b/tslint.json index 85b43690..003e9021 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" ] }