prettier format #2
Annotations
10 errors and 11 warnings
check-format:
src/UI/Button.js#L1
Unexpected use of file extension "js" for "./Panel.js"
|
check-format:
src/UI/Button.js#L10
Useless constructor
|
check-format:
src/UI/Button.js#L34
Expected an assignment or function call and instead saw an expression
|
check-format:
src/UI/Panel.js#L2
Unexpected use of file extension "js" for "../geometry/UIPlane.js"
|
check-format:
src/UI/Panel.js#L3
'Entity' is defined but never used
|
check-format:
src/UI/Panel.js#L3
Unexpected use of file extension "js" for "../core/entity.js"
|
check-format:
src/UI/Panel.js#L4
Unexpected use of file extension "js" for "./UIEntity.js"
|
check-format:
src/UI/Panel.js#L106
Expected '!==' and instead saw '!='
|
check-format:
src/UI/Panel.js#L132
Expected an assignment or function call and instead saw an expression
|
check-format:
src/UI/Text/Font.js#L1
'parseAttributeString' is defined but never used
|
check-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-format:
src/UI/Panel.js#L24
Missing JSDoc @returns declaration
|
check-format:
src/UI/Panel.js#L39
Missing JSDoc @returns declaration
|
check-format:
src/UI/Panel.js#L54
Missing JSDoc @returns declaration
|
check-format:
src/UI/Panel.js#L61
Missing JSDoc @returns declaration
|
check-format:
src/UI/Panel.js#L68
Missing JSDoc @returns declaration
|
check-format:
src/UI/Panel.js#L103
Missing JSDoc @param "mutation" description
|
check-format:
src/UI/Panel.js#L103
Missing JSDoc @param "mutation" type
|
check-format:
src/UI/Panel.js#L116
Unexpected console statement
|
check-format:
src/UI/Text/Text.js#L9
Missing JSDoc @returns declaration
|
check-format:
src/UI/UIEntity.js#L8
Missing JSDoc @returns declaration
|