X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a5984c9693267f41237746af6b37d8402effdc39..811f596a423314b60b9953bbaba48afeb47841ab:/tslint.json diff --git a/tslint.json b/tslint.json index ccb194f7..85b43690 100644 --- a/tslint.json +++ b/tslint.json @@ -10,12 +10,17 @@ "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 }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }