BMAD-METHOD/.claude/rules/es-module-nodejs-guidelines.../code-style-and-improvements...

9 lines
438 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: This rule focuses on code style, refactoring suggestions, and leveraging the latest ES and Node.js features for JavaScript, TypeScript, and Python files.
globs: *.js, *.jsx, *.ts, *.tsx, *.py
---
- Use ES module syntax
- Where appropriate suggest refactorings and code improvements
- Favor using the latest ES and nodejs features
- Dont apologize for errors: fix them
* If you cant finish code, add TODO: comments