This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
lint #12
Annotations
3 errors and 5 warnings
test:
examples/draw-polygon/src/draw-control.ts#L6
'any' overrides all other types in this intersection type
|
test:
examples/geocoder/src/geocoder-control.tsx#L67
This assertion is unnecessary since it does not change the type of the expression
|
test
Process completed with exit code 1.
|
test
Unexpected input(s) 'cache', valid inputs are ['volta-version', 'node-version', 'npm-version', 'yarn-version', 'package-json-path', 'variant', 'registry-url', 'scope', 'token', 'always-auth']
|
test:
src/components/popup.ts#L45
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
|
test:
src/maplibre/maplibre.ts#L242
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
|
test:
src/maplibre/maplibre.ts#L435
Method '_updateStyleComponents' has a complexity of 12. Maximum allowed is 11
|
test:
test/src/components/marker.spec.jsx#L8
Async arrow function has too many statements (39). Maximum allowed is 25
|