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
RATDB files are already mostly json files. Valid json files are valid ratdb files, but not vice versa. We should enforce this to keep IDEs/LSPs happy with them. This can also come with the additional benefit of running a formatter like prettier on the json files to get rid of those thousand-character-long lines.
The text was updated successfully, but these errors were encountered:
RATDB files are already mostly json files. Valid json files are valid ratdb files, but not vice versa. We should enforce this to keep IDEs/LSPs happy with them. This can also come with the additional benefit of running a formatter like prettier on the json files to get rid of those thousand-character-long lines.
The text was updated successfully, but these errors were encountered: