chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets… #2898
Annotations
9 errors and 1 warning
src/lib/tracing.mts#L8
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
test/functional/controllers/monitoring.test.mts#L28
Use a ! assertion to more succinctly remove null and undefined from the type.
|
test/functional/controllers/monitoring.test.mts#L44
Use a ! assertion to more succinctly remove null and undefined from the type.
|
test/seeds/0000_criminals.mts#L56
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
test/seeds/0001_criminal_attachments.mts#L81
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
test/unit/services/search.test.mts#L41
Returning a void expression from a function is forbidden. Please remove the `return` statement.
|
test/unit/services/search.test.mts#L55
Returning a void expression from a function is forbidden. Please remove the `return` statement.
|
test/unit/services/search.test.mts#L73
Returning a void expression from a function is forbidden. Please remove the `return` statement.
|
|
src/services/search.mts#L103
Unnecessary conditional, the types have no overlap.
|
The logs for this run have expired and are no longer available.
Loading