X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/040d25dbcc9ec46c4c21c945ccf02dcf1bf44c26..26e05f295b57de342d4cd13306ead196e2841a21:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2c8..003e9021cd 100644 --- a/tslint.json +++ b/tslint.json @@ -12,12 +12,19 @@ "no-debugger": false, "no-console": false, "no-shadowed-variable": false, - "semicolon": true + "semicolon": true, + "array-type": false, + "interface-over-type-literal": false, + "no-empty": false, + "no-bitwise": false, + "ban-types": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "src/lib/**", + "coverage/lcov-report/*.js" ] } }