X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c16ef38920e9d011215a519bc58624a614717cd6..c27efd822acfd3bd93fc3e2e3e24a24146811eb7:/tslint.json diff --git a/tslint.json b/tslint.json index 4845e4d2..003e9021 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" ] } }