Dashboardpublishpublish naming import order

publish naming import order

Category: preference
Confidence: 1.00
ID: 01a0895a-0c54-7bbf-8dd7-956806ad8c1f
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 0
Source session: 1INV6ushrYVDng4Os
Created: 2026-09-10 03:26:15
Updated: 2026-09-10 03:26:15

Content

Always use kebab-case filenames, camelCase variables/functions, and UPPER_SNAKE_CASE constants and regexes. Order imports as Node.js built-ins, external packages, then relative modules; preserving this convention avoids noisy diffs and lint or review churn.

Move to: