From d0f69be4c89836061cdeb54fe156b06bad7bcd2a Mon Sep 17 00:00:00 2001 From: "joel.clement" Date: Tue, 21 Jan 2020 11:15:41 +0100 Subject: [PATCH] tslint --- tslint.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tslint.json diff --git a/tslint.json b/tslint.json new file mode 100644 index 0000000000..1e428d9744 --- /dev/null +++ b/tslint.json @@ -0,0 +1,3 @@ +{ + "extends": "./frontend/tslint.json" +}