We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92d92b commit 00b4ff0Copy full SHA for 00b4ff0
.eslintrc.js
@@ -62,7 +62,7 @@ module.exports = {
62
line: {
63
// Ignore all lines that have less characters than 20 and all lines that
64
// start with something that looks like a variable name or code.
65
- ignorePattern: '.{0,20}$|[a-z]+ ?[0-9A-Z_.(/=:[#-]|std|npm',
+ ignorePattern: '.{0,20}$|[a-z]+ ?[0-9A-Z_.(/=:[#-]|std',
66
ignoreInlineComments: true,
67
ignoreConsecutiveComments: true,
68
},
0 commit comments