Skip to content

Commit

Permalink
collapse eslint-disable statements
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass authored and peterszerzo committed Jul 11, 2024
1 parent fd97745 commit 3a28292
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/journey-manager/src/ui.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable accessor-pairs */
/* eslint-disable accessor-pairs, react/prop-types */

/* eslint-disable react/prop-types */
import { type Client } from "@nlxai/multimodal";
import { autoUpdate, computePosition } from "@floating-ui/dom";
import { render, type FunctionComponent } from "preact";
Expand Down

0 comments on commit 3a28292

Please sign in to comment.