X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/969254757ab4c21840faedf2bd1e4297c35203ac..e602a1284fb49aa9f7e727e828e48638a657cebb:/tslint.json diff --git a/tslint.json b/tslint.json index 7f02975dab..85b43690d3 100644 --- a/tslint.json +++ b/tslint.json @@ -13,12 +13,14 @@ "no-console": false, "no-shadowed-variable": false, "semicolon": true, - "array-type": false + "array-type": false, + "interface-over-type-literal": false }, "linterOptions": { "exclude": [ "config/**/*.js", - "node_modules/**/*.ts" + "node_modules/**/*.ts", + "coverage/lcov-report/*.js" ] } }