Merge pull request #665 from matrix-org/rav/longer_lines

Reinstate max-len lint configs
pull/21833/head
Richard van der Hoff 2017-02-02 13:44:25 +00:00 committed by GitHub
commit e3bd522c55
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ module.exports = {
// apparently people believe the length limit shouldn't apply
// to JSX.
ignorePattern: '^\\s*<',
ignoreComments: true,
code: 90,
}],
"valid-jsdoc": ["warn"],
"new-cap": ["warn"],