RD-578_space-box #231
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/ColorRamp.ts#L325
Unnecessary conditional, comparison is always true, since `"ease-in-exp" === "ease-in-exp"` is true
|
format-and-lint:
src/Map.ts#L227
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#L303
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
|