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:
Moti Zilberman
2023-11-06 12:59:38 -08:00
committed by Facebook GitHub Bot
parent fda7d69b38
commit d6e0bc714a
406 changed files with 1431 additions and 1490 deletions
@@ -11,18 +11,18 @@
'use strict';
import type {
Nullable,
NamedShape,
SchemaType,
NativeModulePropertyShape,
NativeModuleReturnTypeAnnotation,
NativeModuleFunctionTypeAnnotation,
NativeModuleParamTypeAnnotation,
NativeModulePropertyShape,
NativeModuleReturnTypeAnnotation,
Nullable,
SchemaType,
} from '../../CodegenSchema';
import type {AliasResolver} from './Utils';
const {createAliasResolver, getModules} = require('./Utils');
const {unwrapNullable} = require('../../parsers/parsers-commons');
const {createAliasResolver, getModules} = require('./Utils');
type FilesOutput = Map<string, string>;