Fix check warnings #14143
Annotations
11 warnings
Print environment information
print_version: twine: no present: [Errno 2] No such file or directory: 'twine'
|
Run make lint:
api/src/Map.js#L83
Expected only 0 line after block description
|
Run make lint:
api/src/Map.js#L98
Invalid JSDoc tag name "hidden"
|
Run make lint:
api/src/Map.js#L104
Argument 'options' should be typed
|
Run make lint:
api/src/Map.js#L113
Unsafe member access ['constants'] on an `any` value
|
Run make lint:
api/src/Map.js#L192
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
|
Run make lint:
api/src/Map.js#L196
Unsafe argument of type error typed assigned to a parameter of type `string`
|
Run make lint:
api/src/Map.js#L196
Unsafe call of a(n) `error` type typed value
|
Run make lint:
api/src/Map.js#L196
Unsafe member access .get on an `error` typed value
|
Run make lint:
api/src/Map.js#L218
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
|
Run make lint:
api/src/Map.js#L222
Unsafe argument of type error typed assigned to a parameter of type `string`
|
Loading