Skip to content

Commit a09b672

Browse files
authored
Support biome in capitalized-comments
1 parent 0b22281 commit a09b672

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
@@ -308,7 +308,7 @@ const rules = {
308308
{
309309
// You can also ignore this rule by wrapping the first word in quotes.
310310
// c8 => https://github.com/bcoe/c8
311-
ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
311+
ignorePattern: /pragma|ignore|prettier-ignore|biome-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
312312
ignoreInlineComments: true,
313313
ignoreConsecutiveComments: true,
314314
},

0 commit comments

Comments
 (0)