mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 03:04:07 +01: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.arrowTypeStart = 'arrow_open';
|
||||||
edgeData.arrowTypeEnd = 'arrow_open';
|
edgeData.arrowTypeEnd = 'arrow_open';
|
||||||
|
|
||||||
// eslint-disable no-fallthrough
|
/* eslint-disable no-fallthrough */
|
||||||
switch (edge.type) {
|
switch (edge.type) {
|
||||||
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
||||||
case 'double_arrow_cross':
|
case 'double_arrow_cross':
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ export const addEdges = async function (edges, g, diagObj) {
|
|||||||
edgeData.arrowTypeStart = 'arrow_open';
|
edgeData.arrowTypeStart = 'arrow_open';
|
||||||
edgeData.arrowTypeEnd = 'arrow_open';
|
edgeData.arrowTypeEnd = 'arrow_open';
|
||||||
|
|
||||||
// eslint-disable no-fallthrough
|
/* eslint-disable no-fallthrough */
|
||||||
switch (edge.type) {
|
switch (edge.type) {
|
||||||
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
|
||||||
case 'double_arrow_cross':
|
case 'double_arrow_cross':
|
||||||
|
|||||||
Reference in New Issue
Block a user