refactor(console-catcher): convert to class with singleton pattern #182
Annotations
4 errors and 8 warnings
|
lint
Process completed with exit code 1.
|
|
lint:
src/addons/consoleCatcher.ts#L231
Member getConsoleLogStack should be declared before all private instance method definitions
|
|
lint:
src/addons/consoleCatcher.ts#L222
Member addErrorEvent should be declared before all private instance method definitions
|
|
lint:
src/addons/consoleCatcher.ts#L183
Member init should be declared before all private instance method definitions
|
|
lint:
src/utils/validation.ts#L30
Missing JSDoc @param "context" description
|
|
lint:
src/utils/validation.ts#L8
Missing JSDoc @param "user" description
|
|
lint:
src/types/hawk-initial-settings.ts#L67
Trailing spaces not allowed
|
|
lint:
src/modules/stackParser.ts#L29
Trailing spaces not allowed
|
|
lint:
src/addons/consoleCatcher.ts#L232
A space is required before ']'
|
|
lint:
src/addons/consoleCatcher.ts#L232
A space is required after '['
|
|
lint:
src/addons/consoleCatcher.ts#L198
Expected line break before `.join`
|
|
lint:
src/addons/consoleCatcher.ts#L191
'globalThis' is not defined
|