Is there any formatter for JSONL(JSON Lines) files for vs code?

408 Views Asked by At

If so, how do I configure it to be default formatter just for jsonl files when I am using prettier as my default code formatter.

I installed this extenstion: https://marketplace.visualstudio.com/items?itemName=wekex.JsonLint but still when I do Alt+Shift+F to format the jsonl file, it prompts me saying that no such formatter is installed. vs code install formatter prompt

0

There are 0 best solutions below