fix(deps): update dependency sanitize-html to v2.14.0 (#1095) #2633
ci.yml
on: push
lint
44s
prettier
28s
typescript
41s
test
28s
check-tax-forms-config
23s
depcheck
32s
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
|