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
The module.exports assignment in .prettierrc.js is missing a semicolon at the end of the statement. While JavaScript can often infer semicolons, it's best practice to include them explicitly to avoid potential issues with automatic semicolon insertion (ASI).