run pnpm lint:fix

This commit is contained in:
Yokozuna59
2023-07-19 23:45:02 +03:00
parent e25faeee4c
commit 8cd8714aaf

View File

@@ -6,7 +6,7 @@ interface CypressConfig {
listUrl?: boolean;
listId?: string;
name?: string;
};
}
type CypressMermaidConfig = MermaidConfig & CypressConfig;
interface CodeObject {