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: .cursor/rules/np-programming-general.mdc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
+
description:
2
3
alwaysApply: true
3
4
---
5
+
4
6
## Critical Rules
5
7
CRITICAL: Never use dynamic imports. Rollup will not process them correctly. Always use static imports at the top of files.
6
8
@@ -39,3 +41,6 @@ The most frequently used functions in the codebase are:
39
41
- If testing Templating code, run tests like this `jest np.Templating/__tests__/**/*.test.js --no-watch`
40
42
- When you run jest tests, always include the flag --no-watch at the end because my jest config by default watches
41
43
- **DO NOT EVER HARD-CODE JEST WORKAROUNDS INTO FUNCTIONS WE ARE TESTING**
44
+
45
+
## Developer Documentation
46
+
- Add updates to the first H2 section in the plugin's CHANGELOG.md file -- this should match the release number as found in the relevant plugin.json file
0 commit comments