Fix: add missing import #159
Annotations
11 errors and 2 warnings
App.js#L239
Inline style: { flex: 1 } (react-native/no-inline-styles)
|
src/backdrops/ArticleCategories/locales.js#L4
Insert `;` (prettier/prettier)
|
src/backdrops/ArticleCategories/locales.js#L4
Missing semicolon (semi)
|
src/backdrops/ArticleCategories/locales.js#L5
Insert `;` (prettier/prettier)
|
src/backdrops/ArticleCategories/locales.js#L5
Missing semicolon (semi)
|
src/hooks/useMarkNotificationsAsRead.js#L13
Replace `·await·notificationsSvc.markNotificationsAsRead(⏎······notificationIds⏎····` with `⏎······await·notificationsSvc.markNotificationsAsRead(notificationIds` (prettier/prettier)
|
src/hooks/useSendInformationPortalSuggestion.js#L8
Replace `·await·clientSvc.sendInformationPortalSuggestion(⏎······suggestion⏎····` with `⏎······await·clientSvc.sendInformationPortalSuggestion(suggestion` (prettier/prettier)
|
src/utils/showToast.js#L20
Insert `··` (prettier/prettier)
|
src/utils/showToast.js#L21
Insert `··` (prettier/prettier)
|
src/utils/showToast.js#L26
Insert `··` (prettier/prettier)
|
src/utils/showToast.js#L27
Insert `··` (prettier/prettier)
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|