Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliman committed Sep 22, 2022
1 parent 6d5eb0d commit 87594af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration/meta-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { test, expect } from "@playwright/test";
import { createAppFixture, createFixture, js } from "./helpers/create-fixture";
import type { Fixture, AppFixture } from "./helpers/create-fixture";
import { PlaywrightFixture } from "./helpers/playwright-fixture";
import { compareDocumentPosition } from "domutils";

test.describe("meta", () => {
let fixture: Fixture;
Expand Down
1 change: 0 additions & 1 deletion packages/remix-react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import type {
Fetcher,
Submission,
} from "./transition";
import { keyBy } from "lodash";

////////////////////////////////////////////////////////////////////////////////
// RemixEntry
Expand Down

0 comments on commit 87594af

Please sign in to comment.