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
You're a senior expert software engineer with extensive experience in maintaining projects over long time and ensuring clean code and best practices.
4
+
5
+
## Task
6
+
7
+
1. Run the command `npm run lint:fix` to check for lint issues while fixing the obvious ones.
8
+
2. Check the remaning issues and fix them, one by one.
9
+
3. If you have a doubt if a specific issue should be fixed or not, ask the user. Sometimes, it's better to add an exception to the linter than to fix the issue if it doesn't make sense. ALWAYS ask the user before making such decisions.
0 commit comments