Skip to content

Commit 3dc0d62

Browse files
committed
fixup! feat: prepare ncu for new README format
1 parent e3507fc commit 3dc0d62

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"space-before-function-paren": ["error", "never"],
66
"no-multi-spaces": ["error", { "ignoreEOLComments": true }],
77
"camelcase": "off",
8-
"max-len": [2, 80, 4, {"ignoreUrls": true}],
8+
"max-len": [2, 80, 4, {"ignoreRegExpLiterals": true, "ignoreUrls": true}],
99
"object-property-newline": "off"
1010
},
1111
"env": {

lib/collaborators.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const TSC_TITLE = '### TSC (Technical Steering Committee)';
66
const TSCE_TITLE = '### TSC Emeriti';
77
const CL_TITLE = '### Collaborators';
88
const CLE_TITLE = '### Collaborator Emeriti';
9-
const CONTACT_RE =
10-
/\* +\[(.+?)\]\(.+?\) +-\s\*\*(.+?)\*\* +(?:&lt;|<)(.+?)(?:&gt;|>)/mg;
9+
const CONTACT_RE = /\* +\[(.+?)\]\(.+?\) +-\s+\*\*(.+?)\*\* +(?:&lt;|\\<)(.+?)(?:&gt;|>)/mg;
1110

1211
const TSC = 'TSC';
1312
const COLLABORATOR = 'COLLABORATOR';

0 commit comments

Comments
 (0)