biome_json_formatter 0.5.7

Biome's JSON formatter
Documentation
1
2
3
4
5
6
7
use crate::FormatBogusNodeRule;
use biome_json_syntax::JsonBogusValue;

#[derive(Debug, Clone, Default)]
pub(crate) struct FormatJsonBogusValue;

impl FormatBogusNodeRule<JsonBogusValue> for FormatJsonBogusValue {}