chore(arch): merge with develop

This commit is contained in:
NicolasNewman
2024-07-06 16:24:08 -05:00
200 changed files with 18671 additions and 5715 deletions

View File

@@ -6,7 +6,6 @@ export class PieValueConverter extends AbstractMermaidValueConverter {
protected runCustomConverter(
rule: GrammarAST.AbstractRule,
input: string,
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_cstNode: CstNode
): ValueType | undefined {
if (rule.name !== 'PIE_SECTION_LABEL') {