X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/59100a72caedbc8f3c9872de1153bf3d4129122a..c952afae1af2fb31b68be04f70bd7ae6f9d52aba:/tslint.json diff --git a/tslint.json b/tslint.json index 003e9021..2a7c3c05 100644 --- a/tslint.json +++ b/tslint.json @@ -1,5 +1,5 @@ { - "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"], + "extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier", "tslint-etc"], "rules": { "ordered-imports": false, "member-ordering": false, @@ -17,14 +17,17 @@ "interface-over-type-literal": false, "no-empty": false, "no-bitwise": false, - "ban-types": false + "ban-types": false, + "no-unused-declaration": true }, "linterOptions": { "exclude": [ "config/**/*.js", "node_modules/**/*.ts", "src/lib/**", - "coverage/lcov-report/*.js" + "src/**/*.test.ts", + "coverage/lcov-report/*.js", + "src/common/custom-theme.ts" ] } }