You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix `json-par-beginning-of-object-value' at end of one-line object
When the following condition mets, move just after the colon:
* The surrounding object is one-line.
* The value is missing.
* No comments between the colon and the close bracket.
Example:
{ "abc|": }
↓
{ "abc": | }
where "|" represents the point.
0 commit comments