We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
capitalized-comments
ignorePattern
1 parent a09d656 commit 4bb2399Copy full SHA for 4bb2399
index.js
@@ -302,7 +302,7 @@ const rules = {
302
{
303
// You can also ignore this rule by wrapping the first word in quotes.
304
// c8 => https://github.com/bcoe/c8
305
- ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|type-coverage:/.source,
+ ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
306
ignoreInlineComments: true,
307
ignoreConsecutiveComments: true,
308
},
0 commit comments