Limit line length
This commit is contained in:
parent
cf1d621bce
commit
832b6309a2
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue