5 lines
246 B
Plaintext
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 |