aboutsummaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-04-16 00:08:23 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-04-16 00:08:23 -0400
commit5782ae7c2bcbdf0026387ba4ac1fcba273930c1c (patch)
tree5532ed3286a72dcc804b4e6c974f7b2fc688c3c3 /tslint.json
parent67015ac6e2bf46457570797c80bfc1c03203bd8b (diff)
Changed config stuff to make compilation faster
Fixed linter errors
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index aa4dee4e5..76d28b375 100644
--- a/tslint.json
+++ b/tslint.json
@@ -52,5 +52,6 @@
// }
// ],
// "ordered-imports": true
- }
+ },
+ "defaultSeverity": "warning"
} \ No newline at end of file