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"],
|
"array-type": [true, "generic"],
|
||||||
"import-spacing": false,
|
"import-spacing": false,
|
||||||
"interface-name": [true, "never-prefix"],
|
"interface-name": [true, "never-prefix"],
|
||||||
|
"max-line-length": [true, 90],
|
||||||
|
|
||||||
"mocha-avoid-only": true,
|
"mocha-avoid-only": true,
|
||||||
// Disabled until we can allow dynamically generated tests:
|
// Disabled until we can allow dynamically generated tests:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue