📄️ ESlint
Please follow all of the the ESLint rules - most of these have been specifically picked to help you avoid errors, highlight common mistakes and enforce some baseline style conventions so that everyone can pick up projects faster.
📄️ Naming scheme
It is important to stick to the following scheme for naming identifiers in your code. Because SALVO-TS uses some introspection/reflection techniques and does some code generation, if you don't stick to the following then you may introduce issues.
📄️ Working with typescript
Editor integration