chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets… #779
Annotations
10 errors
src/index.mts#L5
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function.
|
src/lib/tracing.mts#L6
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
src/middleware/error.mts#L11
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
|
src/middleware/error.mts#L20
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
|
src/middleware/error.mts#L24
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
|
src/middleware/error.mts#L33
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
|
src/middleware/error.mts#L37
Returning a void expression from a function is forbidden. Please remove the `return` statement.
|
src/middleware/upload.mts#L29
Returning a void expression from a function is forbidden. Please move it before the `return` statement.
|
src/middleware/upload.mts#L32
Returning a void expression from a function is forbidden. Please remove the `return` statement.
|
src/server.mts#L46
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function.
|
The logs for this run have expired and are no longer available.
Loading