UNPKG

prettylint

Version:
3 lines (2 loc) 163 B
import { Context } from "./context.js"; export declare function getOptionsForFile(context: Context, filepath: string): Promise<import("prettier").Options | null>;