Skip to content

Commit 00b4ff0

Browse files
committed
fixup! tools: update capitalize-comments eslint rule
1 parent f92d92b commit 00b4ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
line: {
6363
// Ignore all lines that have less characters than 20 and all lines that
6464
// start with something that looks like a variable name or code.
65-
ignorePattern: '.{0,20}$|[a-z]+ ?[0-9A-Z_.(/=:[#-]|std|npm',
65+
ignorePattern: '.{0,20}$|[a-z]+ ?[0-9A-Z_.(/=:[#-]|std',
6666
ignoreInlineComments: true,
6767
ignoreConsecutiveComments: true,
6868
},

0 commit comments

Comments
 (0)