refactor: migrate Extent to typescript #3771
Annotations
1 error and 11 warnings
Linter
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linter:
src/Core/Tile/Tile.ts#L35
This line has a comment length of 81. Maximum allowed is 80
|
Linter:
src/Core/Tile/Tile.ts#L37
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Linter:
src/Core/Tile/Tile.ts#L37
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
Linter:
src/Core/Tile/Tile.ts#L38
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Linter:
src/Core/Tile/Tile.ts#L38
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
Linter:
src/Core/Tile/Tile.ts#L38
tsdoc-param-tag-with-invalid-optional-name: The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets
|
Linter:
src/Core/Tile/Tile.ts#L39
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Linter:
src/Core/Tile/Tile.ts#L39
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
|
Linter:
src/Core/Tile/Tile.ts#L39
tsdoc-param-tag-with-invalid-optional-name: The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets
|
Linter:
src/Core/Tile/Tile.ts#L40
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
|
Loading