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.
Environment information
What happened?
When variable unused and not redefined,
let a = 1;
have formatted tocons_a a = 1;
instead ofconst a = 1;
In my VS Code settings:
Expected result
Result should be
const a = 1;
Code of Conduct
The text was updated successfully, but these errors were encountered: