Skip to content

Commit 79a881b

Browse files
committed
chore: Update cursor hints for JavaScript development
1 parent f2b0dec commit 79a881b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cursor/rules/javascript-development.mdc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ alwaysApply: false
99
## Code Organization
1010

1111
- Maintain compatibility with existing npm package structure
12-
- Update TypeScript definitions in `js/index.d.ts` if needed
1312
- Consider impact on installation flow in `scripts/install.js`
1413
- Test across different Node.js versions
1514

@@ -36,6 +35,6 @@ npm run check:types
3635

3736
## TypeScript Support
3837

39-
- Type definitions maintained in `js/index.d.ts`
38+
- Type definitions are generated via TypeScript
4039
- Sync with Rust CLI interface changes
4140
- Consider backward compatibility for JS API

0 commit comments

Comments
 (0)