UNPKG

@putout/formatter-json-lines

Version:
15 lines (12 loc) 273 B
const {stringify} = JSON; export default ({name, places, index, count, filesCount, errorsCount}) => { const json = stringify({ name, places, index, count, filesCount, errorsCount, }); return `${json}\n`; };