UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

21 lines (20 loc) 586 B
export declare type Options = { ignoredDirectories: string[]; createLocalReport: boolean; customDefinitions: {}; fileEncoding: string; filesToScan: string[]; lineLengthLimit: number; openReportOnCompletion: boolean; morboServerUri: string | null; projectId: string | null; scanPath: string; sendReportOnCompletion: boolean; showGitBlame: boolean; showSkippedChecks: boolean; skipChecks: string[]; morboServerURI: null; repositoryUrl: string; }; export declare const defaultOptions: Options; export default defaultOptions;