in src/utils/initConfig.js [74:78]
function normalizePath(input: any): ?any { return (typeof input === 'string' && input.length > 0) ? path.relative(process.cwd(), path.resolve(input)) : null; }