X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3ad7e33a2d50e9ed2298624ea5cac7cb5cd21a6f..ac0992ffca196679a7121fab27e43c38bc25072f:/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" ] } }