RD 777 update docs for animated route layer #241
Annotations
10 warnings
format-and-lint:
src/ColorRamp.ts#L87
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L91
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L95
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L250
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L251
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L260
Forbidden non-null assertion
|
format-and-lint:
src/ColorRamp.ts#L273
Forbidden non-null assertion
|
format-and-lint:
src/Map.ts#L354
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
format-and-lint:
src/Map.ts#L354
Promise returned in function argument where a void return was expected
|
format-and-lint:
src/Map.ts#L416
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|