docs: move comment

This commit is contained in:
ikatyang
2017-08-29 13:30:05 +08:00
parent 22671e3941
commit 70e8086072

View File

@@ -117,8 +117,8 @@ export interface ResolveConfigOptions {
export function resolveConfig(filePath?: string, options?: ResolveConfigOptions): Promise<null | Options>;
/**
* As you repeatedly call `resolveConfig`, the file system structure will be cached for performance.
* This function will clear the cache. Generally this is only needed for editor integrations that know that the file system has changed since the last format took place.
* As you repeatedly call `resolveConfig`, the file system structure will be cached for performance. This function will clear the cache.
* Generally this is only needed for editor integrations that know that the file system has changed since the last format took place.
*/
export function clearConfigCache(): void;