Fix misspelled library name in docs and templates #27
Annotations
6 warnings
test
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@09b709cf6a16e30b0808ba050c7a6e8a5ef13f8d. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L248
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#L444
Method '_updateStyleComponents' has a complexity of 14. Maximum allowed is 11
|
test:
test/src/components/marker.spec.jsx#L8
Async arrow function has too many statements (39). Maximum allowed is 25
|