diff --git a/tslint.json b/tslint.json index 78b536446..c0d3f4f1b 100644 --- a/tslint.json +++ b/tslint.json @@ -9,6 +9,7 @@ "array-type": [true, "generic"], "import-spacing": false, "interface-name": [true, "never-prefix"], + "max-line-length": [true, 90], "mocha-avoid-only": true, // Disabled until we can allow dynamically generated tests: