mirror of
https://github.com/status-im/metro.git
synced 2025-02-11 02:27:17 +00:00
Fix lint error
Reviewed By: davidaurelio Differential Revision: D6598510 fbshipit-source-id: c4c6a340d72090c9184471985674a25c6cde6238
This commit is contained in:
parent
dfb5d95a0d
commit
056ea9b5bf
@ -64,8 +64,10 @@ type HasteMapOptions = {|
|
|||||||
preferNativePlatform: true,
|
preferNativePlatform: true,
|
||||||
|};
|
|};
|
||||||
|
|
||||||
|
/* eslint-disable flowtype/object-type-delimiter */
|
||||||
declare class HasteMap {
|
declare class HasteMap {
|
||||||
// node-haste/DependencyGraph/HasteMap.js
|
// node-haste/DependencyGraph/HasteMap.js
|
||||||
build(): Promise<Object>;
|
build(): Promise<Object>;
|
||||||
constructor(options: HasteMapOptions): void;
|
constructor(options: HasteMapOptions): void;
|
||||||
}
|
}
|
||||||
|
/* eslint-enable flowtype/object-type-delimiter */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user