mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 10:49:38 +02:00
chore: Add eslint-disable
This commit is contained in:
@@ -445,7 +445,7 @@ export const addEdges = function (edges, diagObj, graph, svg) {
|
||||
edgeData.arrowTypeStart = 'arrow_open';
|
||||
edgeData.arrowTypeEnd = 'arrow_open';
|
||||
|
||||
// eslint-disable no-fallthrough
|
||||
/* eslint-disable no-fallthrough */
|
||||
switch (edge.type) {
|
||||
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
||||
case 'double_arrow_cross':
|
||||
|
@@ -244,7 +244,7 @@ export const addEdges = async function (edges, g, diagObj) {
|
||||
edgeData.arrowTypeStart = 'arrow_open';
|
||||
edgeData.arrowTypeEnd = 'arrow_open';
|
||||
|
||||
// eslint-disable no-fallthrough
|
||||
/* eslint-disable no-fallthrough */
|
||||
switch (edge.type) {
|
||||
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
||||
case 'double_arrow_cross':
|
||||
|
Reference in New Issue
Block a user