Limit line length

This commit is contained in:
Daniel Gasienica 2018-04-13 10:55:16 -04:00
parent cf1d621bce
commit 832b6309a2

View file

@ -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: