From b4395f02f1a01c6812a35da42b5e9d3cf438c474 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 28 Sep 2019 16:50:55 +0200 Subject: [PATCH] Add tslint as implicit dependency --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index 25d165e..7c52e53 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,6 +57,7 @@ "react-scripts": "3.1.1", "rimraf": "^2.6.2", "tree-kill": "^1.2.0", + "tslint": "^5.20.0", "tslint-sonarts": "^1.7.0", "typescript": "^3.0.1", "wait-on": "^3.0.1"