X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf035c0589f045849ba635a82b6857fdd6f618ed..8a85c509e4f2100082cfed6157d31c8651b861c9:/tslint.json diff --git a/tslint.json b/tslint.json index 1b26ab5f..f9b81ca9 100644 --- a/tslint.json +++ b/tslint.json @@ -11,12 +11,17 @@ "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 }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }