Skip to content

Commit 4bb2399

Browse files
authored
capitalized-comments: Add v8 to the ignorePattern option (#88)
1 parent a09d656 commit 4bb2399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const rules = {
302302
{
303303
// You can also ignore this rule by wrapping the first word in quotes.
304304
// c8 => https://github.com/bcoe/c8
305-
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|type-coverage:/.source,
305+
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
306306
ignoreInlineComments: true,
307307
ignoreConsecutiveComments: true,
308308
},

0 commit comments

Comments
 (0)