mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-16 10:44:25 +01:00
chore: Remove unused variables
This commit is contained in:
@@ -6,7 +6,7 @@ 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') {
|
||||
|
||||
Reference in New Issue
Block a user