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,