faf-cli
Version:
😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition
11 lines • 303 B
TypeScript
/**
* 🔧 faf lint - Lint Command
* Format compliance and style checking for .faf files
*/
interface LintOptions {
fix?: boolean;
schemaVersion?: string;
}
export declare function lintFafFile(file?: string, options?: LintOptions): Promise<void>;
export {};
//# sourceMappingURL=lint.d.ts.map