Skip to content

Commit

Permalink
capitalized-comments: Add v8 to the ignorePattern option (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Primajin authored Aug 5, 2024
1 parent a09d656 commit 4bb2399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const rules = {
{
// You can also ignore this rule by wrapping the first word in quotes.
// c8 => https://github.com/bcoe/c8
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|type-coverage:/.source,
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
ignoreInlineComments: true,
ignoreConsecutiveComments: true,
},
Expand Down

0 comments on commit 4bb2399

Please sign in to comment.