Skip to content

Feature request: object formatting #14

@KrekkieD

Description

@KrekkieD

Not sure if you do feature requests, but in case you do:

  • remove quotes from object properties (i.e. { 'foo': 'bar' } -> { foo: 'bar' } and maybe also foo['bar'] -> foo.bar
    • tricky thing is (probably) to recognize properties that still need to be quoted { 'foo-biz': 'bar' }
  • JSON object to js object (i.e. {"foo":"bar"} -> { foo: 'bar' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions