reformat doc comments in packages/store/src/types.js #6125
Labels
devex
developer experience
documentation
Improvements or additions to documentation
enhancement
New feature or request
vaults_triage
DO NOT USE
What is the Problem Being Solved?
WebStorm interprets left-justified JSDoc comments differently from VSCode. VSCode is compatible with the format that WebStorm likes. let's reformat for better compatibility
See the conversation
Description of the Design
The comments are currently formatted
WebStorm shows it like this:
It seems to be attributing left-justified comments to every entry above. Indentation makes it better.
Security Considerations
This is "just" developer experience.
Test Plan
No test changes proposed.
The text was updated successfully, but these errors were encountered: