mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RN: Fix lint/sort-imports Errors (#47109)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47109 Fixes the `lint/sort-imports` errors that are now surfaced after fixing the lint configuration. For a couple files, I added lint suppressions instead because the unsorted import ordering is important due to interleaved calls with side effects. Changelog: [Internal] Reviewed By: GijsWeterings Differential Revision: D64569485 fbshipit-source-id: 26415d792e2b9efe08c05d1436f723faae549882
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e14a2f3862
commit
c9ea05552f
@@ -10,8 +10,8 @@
|
||||
|
||||
import type {RootTag} from 'react-native/Libraries/ReactNative/RootTag';
|
||||
|
||||
import styles from './TurboModuleExampleCommon';
|
||||
import RNTesterText from '../../components/RNTesterText';
|
||||
import styles from './TurboModuleExampleCommon';
|
||||
import * as React from 'react';
|
||||
import {
|
||||
FlatList,
|
||||
|
||||
Reference in New Issue
Block a user