I'd consider prettier (code format tool). Can be used as a command (prettier write), or as IDE plugin, e.g. VS Code (will auto-format your code on Ctrl+S).
There is bunch of configs you can set, but object keys with no quotes is one of default rules if I reckon.