consoleCatcher init #108
Annotations
3 errors and 10 warnings
|
lint
Process completed with exit code 1.
|
|
lint:
src/addons/consoleCatcher.ts#L19
Missing semicolon
|
|
lint:
src/addons/consoleCatcher.ts#L13
Missing semicolon
|
|
lint:
src/addons/consoleCatcher.ts#L67
A space is required before ']'
|
|
lint:
src/addons/consoleCatcher.ts#L67
A space is required after '['
|
|
lint:
src/addons/consoleCatcher.ts#L66
Missing JSDoc comment
|
|
lint:
src/addons/consoleCatcher.ts#L36
Strings must use singlequote
|
|
lint:
src/addons/consoleCatcher.ts#L28
Expected line break before `.join`
|
|
lint:
src/addons/consoleCatcher.ts#L19
Closing curly brace should be on the same line as opening curly brace or on the line after the previous block
|
|
lint:
src/addons/consoleCatcher.ts#L19
Statement inside of curly braces should be on next line
|
|
lint:
src/addons/consoleCatcher.ts#L13
Closing curly brace should be on the same line as opening curly brace or on the line after the previous block
|
|
lint:
src/addons/consoleCatcher.ts#L13
Statement inside of curly braces should be on next line
|
|
lint:
src/addons/consoleCatcher.ts#L12
Missing JSDoc comment
|