mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Enable lint/sort-imports everywhere (#41334)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41334 TSIA. Changelog: [Internal] Reviewed By: robhogan Differential Revision: D51025812 fbshipit-source-id: e10d437be775a6b80946483aa96460f34927f870
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fda7d69b38
commit
d6e0bc714a
@@ -10,33 +10,30 @@
|
||||
|
||||
'use strict';
|
||||
import type {
|
||||
NativeModuleBaseTypeAnnotation,
|
||||
NamedShape,
|
||||
NativeModuleBaseTypeAnnotation,
|
||||
} from '../../CodegenSchema';
|
||||
|
||||
import type {
|
||||
Nullable,
|
||||
SchemaType,
|
||||
NativeModuleTypeAnnotation,
|
||||
NativeModuleFunctionTypeAnnotation,
|
||||
NativeModulePropertyShape,
|
||||
NativeModuleAliasMap,
|
||||
NativeModuleEnumMap,
|
||||
NativeModuleEnumMembers,
|
||||
NativeModuleEnumMemberType,
|
||||
NativeModuleFunctionTypeAnnotation,
|
||||
NativeModulePropertyShape,
|
||||
NativeModuleTypeAnnotation,
|
||||
Nullable,
|
||||
SchemaType,
|
||||
} from '../../CodegenSchema';
|
||||
|
||||
import type {AliasResolver} from './Utils';
|
||||
|
||||
const {unwrapNullable} = require('../../parsers/parsers-commons');
|
||||
const {getEnumName, toSafeCppString} = require('../Utils');
|
||||
|
||||
const {indent} = require('../Utils');
|
||||
const {
|
||||
createAliasResolver,
|
||||
getModules,
|
||||
getAreEnumMembersInteger,
|
||||
getModules,
|
||||
} = require('./Utils');
|
||||
const {indent} = require('../Utils');
|
||||
const {unwrapNullable} = require('../../parsers/parsers-commons');
|
||||
|
||||
type FilesOutput = Map<string, string>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user