interface CommentRule {
    blockComment?: CharacterPair;
    lineComment?: string;
}

Properties

blockComment?: CharacterPair
lineComment?: string