Closed
Description
Here is a content that is wrongly formatted
This is the content of a markdown file
```json
{
"foo": "bar",
"user_id": "2313",
"scope": ["internal"]
}
```
This is the content of a markdown file
```json
{
"foo": "bar",
"user_id": "2313",
"scope": ["internal"],
}
```
The extra comma at the end of the list lead to an invalid json
Here is my mdsf.json
{
"$schema": "https://raw.githubusercontent.com/hougesen/mdsf/main/schemas/v0.0.2/mdsf.schema.json",
"json": {
"enabled": true,
"formatter": [
[
"prettier"
]
]
}
}
prettier 3.2.5 is installed and work well.
Metadata
Metadata
Assignees
Labels
No labels