mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
fix linting issue
This commit is contained in:
@@ -20,7 +20,7 @@ const config = getConfig();
|
|||||||
|
|
||||||
let classes = {} as Record<string, ClassDef>;
|
let classes = {} as Record<string, ClassDef>;
|
||||||
|
|
||||||
const sanitizeText = (txt:string) => common.sanitizeText(txt, config);
|
const sanitizeText = (txt: string) => common.sanitizeText(txt, config);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the parser comes across a (style) class definition
|
* Called when the parser comes across a (style) class definition
|
||||||
|
Reference in New Issue
Block a user