issues
search
tsparticles
/
404-templates
tsParticles Auth Template for Websites
https://tsparticles.github.io/404-templates/
MIT License
159
stars
84
forks
source link
Added prettier for checking files formatting and GA4
#111
Closed
matteobruni
closed
1 year ago
sweep-ai[bot]
commented
1 year ago
Apply
Sweep Rules
to your PR?
[ ]
Apply:
All docstrings and comments should be up to date.
[ ]
Apply:
There should be no instances of commented out code.
[ ]
Apply:
All error logs should use traceback during exceptions.
[ ]
Apply:
There should be no instances of
import pdb; pdb.set_trace()
in production code.
[ ]
Apply:
There should be no debug log or print statements in production code.
[ ]
Apply:
All CSS files should be linked using the
href
attribute.
[ ]
Apply:
Leftover TODOs in the code should be handled.
[ ]
Apply:
All new business logic should have corresponding unit tests in the tests/ directory.
[ ]
Apply:
Any clearly inefficient or repeated code should be optimized or refactored.
Apply Sweep Rules to your PR?
import pdb; pdb.set_trace()
in production code.href
attribute.