Outlook_Addin_LLM/node_modules/office-addin-lint/lib/lint.d.ts

7 lines
489 B
TypeScript
Raw Permalink Normal View History

export declare function getLintCheckCommand(files: string, useTestConfig?: boolean): string;
export declare function performLintCheck(files: string, useTestConfig?: boolean): void;
export declare function getLintFixCommand(files: string, useTestConfig?: boolean): string;
export declare function performLintFix(files: string, useTestConfig?: boolean): void;
export declare function getPrettierCommand(files: string): string;
export declare function makeFilesPrettier(files: string): void;