Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e3bd522

Browse files
authored
Merge pull request #665 from matrix-org/rav/longer_lines
Reinstate max-len lint configs
2 parents 1c4c80c + a65d94e commit e3bd522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ module.exports = {
5757
// apparently people believe the length limit shouldn't apply
5858
// to JSX.
5959
ignorePattern: '^\\s*<',
60+
ignoreComments: true,
61+
code: 90,
6062
}],
6163
"valid-jsdoc": ["warn"],
6264
"new-cap": ["warn"],

0 commit comments

Comments
 (0)