dprint-plugin-json icon indicating copy to clipboard operation
dprint-plugin-json copied to clipboard

JSON code formatting plugin for dprint.

Results 12 dprint-plugin-json issues
Sort by recently updated
recently updated
newest added

A bit of an edge case, but it would be better for ignore comments to apply to trailing commas, so this would format as-is: ``` { "tasks": { // dprint-fmt-ignore...

enhancement

Specifying files to use trailing commas currently requires listing every file explicitly: ```json "jsonTrailingCommaFiles": [ "tsconfig.json", "tsconfig.base.json", "jsconfig.json", ".vscode/settings.json", ".vscode/extensions.json", ".vscode/tasks.json", ".vscode/launch.json", ] ``` It'd be convenient to allow some...

enhancement