M2-5380: Conditional logic improvement #12
Annotations
10 warnings
index.js#L26
'React' must be in scope when using JSX (react/react-in-jsx-scope)
|
src/entities/event/model/operations/ScheduledDateCalculator.test.js#L461
'tempGetNow' is already declared in the upper scope on line 7 column 7 (no-shadow)
|
src/features/pass-survey/lib/markdownVariableReplacer.ts#L204
Unnecessary escape character: \[ (no-useless-escape)
|
src/features/streaming/ui/ConnectionModal.tsx#L26
Inline style: { flex: 1 } (react-native/no-inline-styles)
|
src/screens/ui/LoginScreen.tsx#L61
Inline style: { paddingVertical: 16 } (react-native/no-inline-styles)
|
src/screens/ui/SignUpScreen.tsx#L27
Inline style: { flex: 1 } (react-native/no-inline-styles)
|
src/shared/lib/encryption/encryption.test.js#L113
Describe block title is used multiple times in the same describe block (jest/no-identical-title)
|
src/shared/lib/utils/file.ts#L5
Unnecessary escape character: \/ (no-useless-escape)
|
src/shared/ui/survey/AudioRecorderItem.tsx#L140
Unnecessary escape character: \/ (no-useless-escape)
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|