chore: Add eslint-disable

This commit is contained in:
Sidharth Vinod
2024-06-21 15:28:20 +05:30
parent ba34386a69
commit d2b42ebd74
2 changed files with 2 additions and 0 deletions

View File

@@ -445,6 +445,7 @@ export const addEdges = function (edges, diagObj, graph, svg) {
edgeData.arrowTypeStart = 'arrow_open';
edgeData.arrowTypeEnd = 'arrow_open';
// eslint-disable no-fallthrough
switch (edge.type) {
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
case 'double_arrow_cross':

View File

@@ -244,6 +244,7 @@ export const addEdges = async function (edges, g, diagObj) {
edgeData.arrowTypeStart = 'arrow_open';
edgeData.arrowTypeEnd = 'arrow_open';
// eslint-disable no-fallthrough
switch (edge.type) {
// biome-ignore lint/suspicious/noFallthroughSwitchClause: <explanation>
case 'double_arrow_cross':