Skip to content

Commit 962994f

Browse files
authored
Merge pull request #3051 from codecrafters-io/fix-update-formatting-rules-workflow-guidelines
fix: update formatting rules and development workflow guidelines
2 parents 8360726 + 65693ed commit 962994f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
alwaysApply: true
3+
---
4+
5+
When you're asked to make changes, follow these rules:
6+
7+
- Say consistent with the rest of our codebase. Read other files to understand what our patterns are.
8+
- Don't run tests using `npm test`, those are extremely slow. Just use `npm run lint` instead.
9+
- Don't run commands like `npm run build` / `npm run start`.
10+

.cursor/rules/formatting-component-files.mdc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
description:
3-
globs: app/components/**/*
4-
alwaysApply: false
2+
alwaysApply: true
53
---
64
When creating components, follow these rules:
75

0 commit comments

Comments
 (0)