From 8d2270bc75ebcbd50ce373be4e185849207138df Mon Sep 17 00:00:00 2001 From: Nikos Koumbakis Date: Sat, 17 Nov 2018 16:45:42 +0200 Subject: [PATCH] check Codacy behavior with custom setup --- tslint.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tslint.json b/tslint.json index 9963d6c..9777450 100644 --- a/tslint.json +++ b/tslint.json @@ -1,7 +1,5 @@ { - "rulesDirectory": [ - "node_modules/codelyzer" - ], + "extends": ["codelyzer"], "rules": { "arrow-return-shorthand": true, "callable-types": true,