User avatar / roles return values #1301
Annotations
10 errors and 10 warnings
Check code style:
src/Uwave.js#L7
Expected a line break after this opening brace
|
Check code style:
src/Uwave.js#L7
'PostgresDialect' is defined but never used
|
Check code style:
src/Uwave.js#L7
Expected a line break before this closing brace
|
Check code style:
src/Uwave.js#L36
Unexpected space before function parentheses
|
Check code style:
src/Uwave.js#L45
Missing '()' invoking a constructor
|
Check code style:
src/Uwave.js#L47
Unexpected space before function parentheses
|
Check code style:
src/Uwave.js#L54
Expected blank line between class members
|
Check code style:
src/Uwave.js#L66
Expected blank line between class members
|
Check code style:
src/Uwave.js#L66
Unexpected space before function parentheses
|
Check code style:
src/Uwave.js#L106
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
|
Check code style:
src/HttpApi.js#L58
Missing JSDoc @Property
|
Check code style:
src/HttpApi.js#L58
Missing JSDoc @Property
|
Check code style:
src/HttpApi.js#L60
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L61
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L62
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L63
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L64
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L65
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Check code style:
src/HttpApi.js#L66
Expected no lines between tags
|
Check code style:
src/HttpApi.js#L69
Invalid JSDoc tag (preference). Replace "prop" JSDoc tag with "property"
|
Loading