mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Merge pull request #665 from matrix-org/rav/longer_lines
Reinstate max-len lint configs
This commit is contained in:
commit
e3bd522c55
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user