Skip to content

Commit

Permalink
lint: rmv unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 6, 2025
1 parent 46993b4 commit e9ec028
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/components/navigation/NavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
stateIsDone,
type NavState,
} from "~/services/navigation/navState";
// eslint-disable-next-line import/no-cycle
import { NavigationList, type NavigationA11yLabels } from "./NavigationList";

export type NavItem = {
Expand Down
1 change: 0 additions & 1 deletion app/components/navigation/NavigationList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line import/no-cycle
import { NavItem } from "./NavItem";

export type NavigationA11yLabels = {
Expand Down

0 comments on commit e9ec028

Please sign in to comment.