UNPKG

morbo-cli

Version:

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

31 lines (30 loc) 801 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = { ignoredDirectories: [ '**/node_modules/**', '.git/**', '.hg/**', '**/flow-typed/**', '**/morbo_report/**', '**/build/**', '**/dist/**', 'config/**', ], createLocalReport: false, customDefinitions: {}, fileEncoding: 'utf8', filesToScan: ['**/*.{js,jsx,ts,tsx,php,go}'], lineLengthLimit: 1000, morboServerUri: null, morboServerURI: null, openReportOnCompletion: false, projectId: null, repositoryUrl: '', scanPath: process.cwd(), sendReportOnCompletion: true, showGitBlame: true, showSkippedChecks: false, skipChecks: [], }; exports.default = exports.defaultOptions;