fix(deps): update dependency node-fetch to v3 #2640
ci.yml
on: pull_request
lint
42s
prettier
28s
typescript
42s
test
34s
check-tax-forms-config
24s
depcheck
30s
Annotations
10 warnings
lint:
components/CollectiveFooter.js#L15
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
lint:
components/CollectiveFooter.js#L15
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
lint:
components/Receipt.js#L225
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
lint:
lib/graphql/queries.js#L248
Unexpected console statement
|
lint:
lib/pdf-lib-utils.ts#L13
Unexpected console statement
|
lint:
lib/pdf-lib-utils.ts#L15
Unexpected console statement
|
lint:
lib/pdf-lib-utils.ts#L43
Unexpected console statement
|
lint:
lib/tax-forms/w9.ts#L18
Identifier 'C_Corporation' is not in camel case
|
lint:
lib/tax-forms/w9.ts#L19
Identifier 'S_Corporation' is not in camel case
|
lint:
next-env.d.ts#L1
Expected space or tab after '//' in comment
|