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
Vendored
+6
-6
@@ -11,17 +11,17 @@
|
||||
'use strict';
|
||||
|
||||
import type {
|
||||
ReservedPropTypeAnnotation,
|
||||
NamedShape,
|
||||
ObjectTypeAnnotation,
|
||||
ArrayTypeAnnotation,
|
||||
BooleanTypeAnnotation,
|
||||
StringTypeAnnotation,
|
||||
DoubleTypeAnnotation,
|
||||
FloatTypeAnnotation,
|
||||
Int32TypeAnnotation,
|
||||
PropTypeAnnotation,
|
||||
MixedTypeAnnotation,
|
||||
ArrayTypeAnnotation,
|
||||
NamedShape,
|
||||
ObjectTypeAnnotation,
|
||||
PropTypeAnnotation,
|
||||
ReservedPropTypeAnnotation,
|
||||
StringTypeAnnotation,
|
||||
} from '../../../CodegenSchema';
|
||||
|
||||
const {capitalize} = require('../../Utils');
|
||||
|
||||
+1
-1
@@ -12,8 +12,8 @@
|
||||
|
||||
import type {SchemaType} from '../../../CodegenSchema';
|
||||
|
||||
const PojoCollector = require('./PojoCollector');
|
||||
const {capitalize} = require('../../Utils');
|
||||
const PojoCollector = require('./PojoCollector');
|
||||
const {serializePojo} = require('./serializePojo');
|
||||
|
||||
type FilesOutput = Map<string, string>;
|
||||
|
||||
Vendored
+1
@@ -11,6 +11,7 @@
|
||||
'use strict';
|
||||
|
||||
import type {Pojo, PojoProperty, PojoTypeAnnotation} from './PojoCollector';
|
||||
|
||||
const {capitalize} = require('../../Utils');
|
||||
|
||||
type ImportCollector = ($import: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user