X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6e4ce0e45818dac7d6abc6456e85d49798d16458..b56fac763b24e34c5c2ba42cf9e183ffcc2014fc:/tslint.json diff --git a/tslint.json b/tslint.json index ccb194f7..003e9021 100644 --- a/tslint.json +++ b/tslint.json @@ -10,12 +10,21 @@ "jsx-boolean-value": false, "jsx-no-lambda": false, "no-debugger": false, - "no-console": false + "no-console": false, + "no-shadowed-variable": false, + "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" ] } }