Adding settings for using @src as an import alias #116
Annotations
10 errors
|
Lint:
runtime/logging/NewRelicLoggingService.js#L165
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/logging/NewRelicLoggingService.js#L153
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/logging/NewRelicLoggingService.js#L138
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/babel.config.js#L1
A `require()` style import is forbidden
|
|
Lint:
runtime/auth/AxiosJwtTokenService.js#L71
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
Lint:
runtime/auth/AxiosJwtAuthService.js#L337
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/auth/AxiosJwtAuthService.js#L233
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/auth/AxiosJwtAuthService.js#L226
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
runtime/auth/AxiosCsrfTokenService.js#L37
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
Lint:
runtime/analytics/SegmentAnalyticsService.js#L30
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Loading