Fix lint error

Reviewed By: davidaurelio

Differential Revision: D6598510

fbshipit-source-id: c4c6a340d72090c9184471985674a25c6cde6238
This commit is contained in:
Rafael Oleza 2017-12-19 03:37:04 -08:00 committed by Facebook Github Bot
parent dfb5d95a0d
commit 056ea9b5bf

View File

@ -64,8 +64,10 @@ type HasteMapOptions = {|
preferNativePlatform: true,
|};
/* eslint-disable flowtype/object-type-delimiter */
declare class HasteMap {
// node-haste/DependencyGraph/HasteMap.js
build(): Promise<Object>;
constructor(options: HasteMapOptions): void;
}
/* eslint-enable flowtype/object-type-delimiter */