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
I recommend to format on save. VS Code provides the following setting:
"editor.formatOnSave": true,
Documentation on this setting: Format a file on save. A formatter must be available, the file must not be auto-saved, and editor must not be shutting down.
Although I typically have this applied as a global setting, we could make this a workspace setting for VS Code users.
Add prettier js to the library and have it run before commits
The text was updated successfully, but these errors were encountered: