We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
capitalized-comments
1 parent 0b22281 commit a09b672Copy full SHA for a09b672
index.js
@@ -308,7 +308,7 @@ const rules = {
308
{
309
// You can also ignore this rule by wrapping the first word in quotes.
310
// c8 => https://github.com/bcoe/c8
311
- ignorePattern: /pragma|ignore|prettier-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
+ ignorePattern: /pragma|ignore|prettier-ignore|biome-ignore|webpack\w+:|c8|v8|type-coverage:/.source,
312
ignoreInlineComments: true,
313
ignoreConsecutiveComments: true,
314
},
0 commit comments