Skip to content

Commit 5b6b354

Browse files
authored
Update style-rules.yml: 3 → 5 items for enumerations
1 parent efd1567 commit 5b6b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/scripts/style-validation/style-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ structure_rules:
132132
use_bullet_lists:
133133
rule: "Replace enumerations with bullet lists, complex lists with tables"
134134
detect_enumerations: true
135-
max_inline_list_items: 3
135+
max_inline_list_items: 5
136136
suggest_table_for_complex: 10 # items
137137
severity: "warning"
138138
enabled: true

0 commit comments

Comments
 (0)