Package Exports
- @putout/formatter-json-lines
- @putout/formatter-json-lines/lib/json-lines.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@putout/formatter-json-lines) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@putout/formatter-json-lines 
🐊Putout formatter output json lines.
Install
npm i putout @putout/formatter-json-lines
Usage
putout --format json-lines lib
Result example:
{"name":"hello.js","source":"const t = 'hello';\n\n","places":[{"rule":"remove-unused-variables","message":"\"t\" is defined but never used","position":{"line":1,"column":6}}],"index":0,"count":2,"filesCount":1,"errorsCount":1}
{"name":"world.js","source":"const t = 'world';\n\n","places":[{"rule":"remove-unused-variables","message":"\"t\" is defined but never used","position":{"line":1,"column":6}}],"index":1,"count":2,"filesCount":2,"errorsCount":2}
License
MIT