Skip to content

Commit 94bec29

Browse files
authored
Update test/rules/no-ai-list-formatting.test.ts
1 parent 4061ce5 commit 94bec29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/no-ai-list-formatting.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ tester.run("no-ai-list-formatting", noAiListFormatting, {
183183
{
184184
message:
185185
"リストアイテムで強調(**)とコロン(:)の組み合わせは機械的な印象を与える可能性があります。より自然な表現を検討してください。",
186-
range: [0, 9]
186+
range: [0, 11]
187187
}
188188
]
189189
}

0 commit comments

Comments
 (0)