Skip to content

Commit 257f2c1

Browse files
authoredAug 19, 2022
Allow lower case type-coverage comments (#79)
1 parent 8fe0949 commit 257f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ module.exports = {
277277
{
278278
// You can also ignore this rule by wrapping the first word in quotes.
279279
// c8 => https://github.com/bcoe/c8
280-
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8/.source,
280+
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|type-coverage:/.source,
281281
ignoreInlineComments: true,
282282
ignoreConsecutiveComments: true,
283283
},

0 commit comments

Comments
 (0)
Please sign in to comment.