Files
powerpoint-toolbox/node_modules/office-addin-lint/lib/lint.d.ts
T
2025-03-07 19:22:02 +01:00

7 lines
489 B
TypeScript

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;