eslint-plugin-json-format icon indicating copy to clipboard operation
eslint-plugin-json-format copied to clipboard

Invalid JSON produced

Open snyamathi opened this issue 4 years ago • 1 comments

input

{
    "properties": {
        "uuid": { "type": "string" }
    }
}

output

{
  "properties": {
    "uuid": {
      "type": "string"
    }
  }

snyamathi avatar Jun 09 '20 22:06 snyamathi

thanks, I'll have to add a test for this

kuceb avatar Jun 10 '20 18:06 kuceb