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

Commit a65d94e

Browse files
committed
Reinstate max-len lint configs
Apparenltly setting the ignorePattern on max-len (as per cf049f2) makes eslint forget the `ignoreComments` and `code` settings from js-sdk, so reinstate these.
1 parent f8d7902 commit a65d94e

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)