feat(hawk-js): add setContext and setUser methods #177
Annotations
5 errors and 10 warnings
|
lint
Process completed with exit code 1.
|
|
lint:
src/modules/sanitizer.ts#L38
Member maxArrayLength should be declared before all public static method definitions
|
|
lint:
src/modules/sanitizer.ts#L33
Member maxDepth should be declared before all public static method definitions
|
|
lint:
src/modules/sanitizer.ts#L28
Member maxObjectKeysCount should be declared before all public static method definitions
|
|
lint:
src/modules/sanitizer.ts#L22
Member maxStringLen should be declared before all public static method definitions
|
|
lint:
src/utils/validation.ts#L54
Missing JSDoc @param "context" declaration
|
|
lint:
src/utils/validation.ts#L27
Object properties must go on a new line
|
|
lint:
src/utils/validation.ts#L27
Expected blank line before this statement
|
|
lint:
src/utils/validation.ts#L21
Object properties must go on a new line
|
|
lint:
src/utils/validation.ts#L21
Expected blank line before this statement
|
|
lint:
src/utils/validation.ts#L13
Missing JSDoc @param "user" declaration
|
|
lint:
src/types/hawk-initial-settings.ts#L67
Trailing spaces not allowed
|
|
lint:
src/modules/stackParser.ts#L29
Trailing spaces not allowed
|
|
lint:
src/catcher.ts#L268
Expected blank line before this statement
|
|
lint:
src/catcher.ts#L245
Expected blank line before this statement
|