Closed
Description
There are a few code quality & linting issues in the new replay codebase that we want to fix/align:
- ref(replay): Enable
no-console
rule #6347 -
no-restricted-globals
- ref(replay): UseWINDOW
instead ofwindow
#6316 - ref(replay): Enable
@typescript-eslint/no-floating-promises
rule #6344 - ref(replay): Enable
naming-convention
EsLint rule #6419 -
@typescript-eslint/explicit-member-accessibility
- ref(replay): Mark all methods & properties as public/private #6734 -
jsdoc/require-jsdoc
- ref(replay): Add jsdoc to all replay modules #6654