From 65fcc3119c334b75dd13bcfdebf186afdc580a8f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 May 2017 22:22:03 +0200 Subject: First typescript iteration --- tslint.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tslint.json (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json new file mode 100644 index 000000000..888779856 --- /dev/null +++ b/tslint.json @@ -0,0 +1,3 @@ +{ + "extends": "tslint-config-standard" +} -- cgit v1.2.3