Bump TypeScript and ESLint #751
Annotations
6 errors
|
lint
Process completed with exit code 1.
|
|
lint:
src/middleware/logger.ts#L87
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint:
src/lib/server/git.ts#L137
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint:
src/lib/server/data/migrations/v0.6.ts#L188
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint:
src/lib/server/data/migrations/v0.6.ts#L140
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint:
src/lib/server/data/migrations/v0.6.ts#L113
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|