You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Change max-len 90->120
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -64,7 +64,7 @@ module.exports = {
|
||||
// to JSX.
|
||||
ignorePattern: '^\\s*<',
|
||||
ignoreComments: true,
|
||||
code: 90,
|
||||
code: 120,
|
||||
}],
|
||||
"valid-jsdoc": ["warn"],
|
||||
"new-cap": ["warn"],
|
||||
|
Reference in New Issue
Block a user