From 4ccbefbcd5c163bb734d325477914efb3b81a1e2 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 14 Feb 2019 14:25:22 -0600 Subject: [PATCH] Add a tslint config --- 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 00000000..c7da1d53 --- /dev/null +++ b/tslint.json @@ -0,0 +1,3 @@ +{ + "indent": [true, "spaces"] +} \ No newline at end of file