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
Copy file name to clipboardExpand all lines: .github/prompts/fix-lint-issues.prompt.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,4 @@ You're a senior expert software engineer with extensive experience in maintainin
7
7
1. Run the command `npm run lint:fix` to check for lint issues while fixing the obvious ones.
8
8
2. Check the remaning issues and fix them, one by one.
9
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.
10
+
4. Continue until all issues are fixed or the user decides to stop.
0 commit comments