mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RN: Cleanup Existing ESLint Warnings
Summary: Sometime over the past few months (and with changes such as migrating to the `hermes-eslint` parser), a bunch of lint warnings crept into the codebase. This does a pass to clean them all up, ignore generated files, and refactor some code to be... better. There should be no observable behavior changes as a result of this. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D38646643 fbshipit-source-id: a7b55d1e4cd5700340cc5c21f928baf3ea1d5a58
This commit is contained in:
committed by
Facebook GitHub Bot
parent
459b25ce43
commit
b8425c8ee5
Vendored
+1
-1
@@ -19,9 +19,9 @@ import type {
|
||||
} from '../../../CodegenSchema';
|
||||
|
||||
import type {AliasResolver} from '../Utils';
|
||||
import type {StructCollector} from './StructCollector';
|
||||
|
||||
const invariant = require('invariant');
|
||||
const {StructCollector} = require('./StructCollector');
|
||||
const {getNamespacedStructName} = require('./Utils');
|
||||
const {capitalize} = require('../../Utils');
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user