feat: fix missing initial var in useRef and how to doc #95
Annotations
10 errors
|
runtime/logging/NewRelicLoggingService.js#L165
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/logging/NewRelicLoggingService.js#L153
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/logging/NewRelicLoggingService.js#L138
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
runtime/config/index.ts#L241
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
runtime/babel.config.js#L1
A `require()` style import is forbidden
|
|
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
|
The logs for this run have expired and are no longer available.
Loading