From 527a6f9364113405786ffb7e6533842e4d8898ac Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Fri, 24 May 2019 16:29:44 +0200 Subject: [PATCH] feat: add rule to enforce completed docs Fixes #20 --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 0cc6abd1..97f8d1f5 100644 --- a/tslint.json +++ b/tslint.json @@ -5,6 +5,7 @@ "tslint-eslint-rules" ], "rules": { + "completed-docs": true, "indent": [ true, "spaces",