Update dependency react-router-dom to v7 #9741
lint.yml
on: pull_request
Super Linter
/
Lint Code Base
2m 14s
Go Lint
/
Lint
40s
Prettier
/
Prettier
21s
Prettier
/
NPM Lint
24s
Annotations
8 errors
Prettier / NPM Lint:
web/src/components/emails/EmailTableRow.tsx#L39
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
|
Prettier / NPM Lint:
web/src/components/emails/EmailTableRow.tsx#L46
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
|
Prettier / NPM Lint:
web/src/components/emails/EmailTableRow.tsx#L49
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
|
Prettier / NPM Lint:
web/src/pages/EmailRawView.tsx#L10
This assertion is unnecessary since it does not change the type of the expression
|
Prettier / NPM Lint:
web/src/pages/EmailView.tsx#L40
This assertion is unnecessary since it does not change the type of the expression
|
Prettier / NPM Lint:
web/src/pages/EmailView.tsx#L157
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
|
Prettier / NPM Lint:
web/src/pages/EmailView.tsx#L198
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
|
Prettier / NPM Lint
Process completed with exit code 1.
|