eslint-plugin-json-format
eslint-plugin-json-format copied to clipboard
Invalid JSON produced
input
{
"properties": {
"uuid": { "type": "string" }
}
}
output
{
"properties": {
"uuid": {
"type": "string"
}
}
thanks, I'll have to add a test for this