chore: Add eslint-disable

This commit is contained in:
Sidharth Vinod
2024-06-21 15:36:01 +05:30
parent d2b42ebd74
commit e7577ed51e
2 changed files with 2 additions and 2 deletions

View File

@@ -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':

View File

@@ -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':