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
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Description
It isn't necessary to put object properties in quotes (string literal name) if they form a valid identifier.
Input
Prettier
Rome
Expected
Rome formatter to match Prettier's output
Note
Don't remove quotes from numeric properties in TypeScript because that can result in type checker errors (prettier doesn't remove the quotes as well).
Playground
The text was updated successfully, but these errors were encountered: