diff --git a/index.js b/index.js index 31082fa..2d1435f 100644 --- a/index.js +++ b/index.js @@ -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, },