2025-04-07 01:36:13 +01:00

5 lines
246 B
Plaintext

always use Typescript where relevant
don't try to modify files in the build folder (eg /dist)
don't put css or JS in the index.html - we should follow appropriate CSP policies
run the lint after every code update
don't ever use the alert function