feat: rename slots according to ADR #66
Merged
Annotations
10 errors and 1 warning
|
runtime/logging/NewRelicLoggingService.js#L138
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/initialize.js#L334
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/initialize.js#L333
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/initialize.js#L332
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/config/index.ts#L247
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
runtime/auth/AxiosJwtAuthService.js#L337
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/auth/AxiosJwtAuthService.js#L233
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/auth/AxiosJwtAuthService.js#L226
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/auth/AxiosCsrfTokenService.js#L37
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
runtime/analytics/SegmentAnalyticsService.js#L30
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/slots/layout/hooks.ts#L57
React Hook useCallback has an unnecessary dependency: 'id'. Either exclude it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading