Skip to content

Commit 5e3c327

Browse files
committed
fix: re-key eslint-seatbelt entries to PopoverMenu/index.tsx
1 parent 99a3c23 commit 5e3c327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/eslint/eslint.seatbelt.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
"../../src/components/OptionRow.tsx" "@typescript-eslint/no-deprecated/InteractionManager.runAfterInteractions" 1
144144
"../../src/components/OptionRow.tsx" "react-hooks/set-state-in-effect" 1
145145
"../../src/components/PDFView/index.tsx" "react-hooks/set-state-in-effect" 1
146-
"../../src/components/PopoverMenu.tsx" "react-hooks/preserve-manual-memoization" 3
147-
"../../src/components/PopoverMenu.tsx" "react-hooks/set-state-in-effect" 1
146+
"../../src/components/PopoverMenu/index.tsx" "react-hooks/preserve-manual-memoization" 3
147+
"../../src/components/PopoverMenu/index.tsx" "react-hooks/set-state-in-effect" 1
148148
"../../src/components/Pressable/GenericPressable/implementation/BaseGenericPressable.tsx" "react-hooks/refs" 1
149149
"../../src/components/PressableWithSecondaryInteraction/index.native.tsx" "no-restricted-syntax" 1
150150
"../../src/components/PressableWithSecondaryInteraction/index.tsx" "no-restricted-syntax" 1

0 commit comments

Comments
 (0)