X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/eeb82d50816250cc6287928e6d958affa73880ee..b5dde550c7dd67f0b90841d6b92930e56c625dcd:/tslint.json diff --git a/tslint.json b/tslint.json index 1b26ab5f..003e9021 100644 --- a/tslint.json +++ b/tslint.json @@ -11,12 +11,20 @@ "jsx-no-lambda": false, "no-debugger": false, "no-console": false, - "no-shadowed-variable": 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" ] } }