Cursor rule
.cursor/rules/general-guidelines.mdcGeneral development guidelines and best practices
Cursor rules
Quality
51/100
Scores the file, not the repository.Length
121 words
4 headings · 0 code blocksRepository
0
— · pushed 344 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# General Development Guidelines89## Import Guidelines1011- **AVOID** dynamic imports (`await import()`) in favor of direct imports12- Dynamic imports should only be used when absolutely necessary (e.g., conditional loading, code splitting)13- Prefer static imports at the top of files for better tree-shaking and bundle analysis14- **ALWAYS** prefix Node.js standard library imports with `node:`1516## Cursor Configuration1718- Use `.cursor/rules/` directory for project-specific rules (not `.cursorrules`)19- Follow the official Cursor documentation: https://docs.cursor.com/en/context/rules20- Each rule file should have proper frontmatter with description and globs2122## Code Quality2324- Maintain consistent coding style across the project25- Use TypeScript for type safety26- Write comprehensive tests for new functionality27- Follow existing patterns and conventions in the codebase28
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
