From 877f10e0d35b7a11063f3ca29b3da62cedf8071b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 30 Jun 2018 00:23:59 -0400 Subject: [PATCH] update jslib --- jslib | 2 +- tslint.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 1aa774b99f..c0e7e588ed 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 1aa774b99f73123b0bcf2654e4ba59fe95f39563 +Subproject commit c0e7e588ed59832a6f579ff63d85bfcdfb400d78 diff --git a/tslint.json b/tslint.json index b6d5571669..7e4320f723 100644 --- a/tslint.json +++ b/tslint.json @@ -48,6 +48,7 @@ "check-preblock", "check-separator", "check-type" - ] + ], + "max-classes-per-file": false } }