diff --git a/tslint.json b/tslint.json index 852257c..e66f0a4 100644 --- a/tslint.json +++ b/tslint.json @@ -20,6 +20,7 @@ false ], "max-line-length": [ + true, 150 ], "member-ordering": [ @@ -51,4 +52,4 @@ ] }, "rulesDirectory": [] -} \ No newline at end of file +}