https://github.com/kettanaito/naming-cheatsheet
‣
Any file you create should not exceed 300 rows in total (with the comments).
Any function you create should not exceed 80 rows.
If you think you should bypass the rule, add a comment on why it should be done, e.g., why the particular file should be more than 300 rows.
<aside> ⚠️ WARNING: Adding a dedicated ESLint rule is ongoing and will be done soon.
</aside>
When deprecating any part of the codebase (such as components, functions, constants, hooks, or utilities), please follow these guidelines:
@deprecated tag;<aside> ⚠️ WARNING: CMS project now follows feature-driven folder structure. Check the ADR.
</aside>