Skip to content

Commit f3447ce

Browse files
committed
chore: add fix lint issues prompt
1 parent 7baaf11 commit f3447ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Role
2+
3+
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

Comments
 (0)