Add import order lint rules (#5672)

* Add import order lint rules

* Address feedback

* Revert change
This commit is contained in:
Daniel Espino García
2021-09-13 10:18:03 +02:00
committed by GitHub
parent 6c2e28afc2
commit 1c26f14fdb
128 changed files with 843 additions and 214 deletions

View File

@@ -8,10 +8,10 @@ import {useIntl} from 'react-intl';
import {DeviceEventEmitter, Keyboard, StyleSheet, Text, TextStyle, View} from 'react-native';
import FormattedText from '@components/formatted_text';
import {useTheme} from '@context/theme';
import SlideUpPanelItem, {ITEM_HEIGHT} from '@components/slide_up_panel_item';
import TouchableWithFeedback from '@components/touchable_with_feedback';
import {Navigation} from '@constants';
import {useTheme} from '@context/theme';
import {goToScreen, showModalOverCurrentContext} from '@screens/navigation';
import {getDisplayNameForLanguage} from '@utils/markdown';
import {preventDoubleTap} from '@utils/tap';