UNPKG

lint-staged

Version:
8 lines (6 loc) 137 B
module.exports = function formatConfig(config) { if (typeof config === 'function') { return { '*': config } } return config }