Skip to content

Commit 5256586

Browse files
authored
Merge pull request #89518 from Expensify/amy-fix-eslint
[No QA] Remove unused eslint-disable-next-line lines
2 parents 54a5b1b + a645cbd commit 5256586

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/hooks/useSidePanelContext.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {renderHook} from '@testing-library/react-native';
22
import Onyx from 'react-native-onyx';
3-
// eslint-disable-next-line import/order
43
import useSidePanelContext from '@pages/inbox/report/ReportActionCompose/useSidePanelContext';
54
import CONST from '@src/CONST';
65
import ONYXKEYS from '@src/ONYXKEYS';
@@ -27,7 +26,6 @@ let mockSearchState: {
2726
};
2827

2928
jest.mock('@hooks/useIsInSidePanel', () => ({
30-
// eslint-disable-next-line @typescript-eslint/naming-convention
3129
__esModule: true,
3230
default: () => mockIsInSidePanel,
3331
}));

0 commit comments

Comments
 (0)