Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 2330cac

Browse files
committed
Add yml rules
1 parent b2e15c9 commit 2330cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/yml/block-sequence-hyphen-indicator-newline.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { RuleConfig } from '../rule-config';
55
*/
66
export interface BlockSequenceHyphenIndicatorNewlineConfig {
77
nestedHyphen?: 'always' | 'never';
8+
blockMapping?: 'always' | 'never';
89
}
910

1011
/**

0 commit comments

Comments
 (0)