UNPKG

debt-collector

Version:

a nodejs tool to identify, track and mesure technical debt

6 lines (5 loc) 217 B
import path from 'path'; const getConfigPath = (configPath) => configPath ? path.relative(process.cwd(), configPath) : path.relative(process.cwd(), './debt-collector.config.js'); export default getConfigPath;