mirror of https://github.com/vector-im/riot-web
Merge pull request #665 from matrix-org/rav/longer_lines
Reinstate max-len lint configspull/21833/head
commit
e3bd522c55
|
@ -57,6 +57,8 @@ module.exports = {
|
||||||
// apparently people believe the length limit shouldn't apply
|
// apparently people believe the length limit shouldn't apply
|
||||||
// to JSX.
|
// to JSX.
|
||||||
ignorePattern: '^\\s*<',
|
ignorePattern: '^\\s*<',
|
||||||
|
ignoreComments: true,
|
||||||
|
code: 90,
|
||||||
}],
|
}],
|
||||||
"valid-jsdoc": ["warn"],
|
"valid-jsdoc": ["warn"],
|
||||||
"new-cap": ["warn"],
|
"new-cap": ["warn"],
|
||||||
|
|
Loading…
Reference in New Issue