Skip to content

M2-7711: cache markdown images #503

M2-7711: cache markdown images

M2-7711: cache markdown images #503

GitHub Actions / ESLint succeeded Aug 29, 2024 in 0s

1237 warnings

ESLint found 1237 warnings

Annotations

Check warning on line 4 in assetsTransformer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

assetsTransformer.js#L4

'config' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)

Check warning on line 4 in assetsTransformer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

assetsTransformer.js#L4

'options' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)

Check warning on line 22 in index.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

index.js#L22

'isHeadless' is missing in props validation (react/prop-types)

Check warning on line 17 in src/app/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/index.tsx#L17

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)

Check warning on line 69 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L69

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 130 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L130

Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)

Check warning on line 35 in src/app/model/migrations/MigrationRunner.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationRunner.ts#L35

Invalid type "number[]" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 53 in src/app/model/migrations/MigrationRunner.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationRunner.ts#L53

Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 60 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 61 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 63 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 64 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 70 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 71 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 73 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 74 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 104 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L104

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 190 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L190

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 206 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L206

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 227 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L227

Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 9 in src/app/ui/AppProvider/AnalyticsProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/AnalyticsProvider.tsx#L9

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)

Check warning on line 23 in src/app/ui/AppProvider/FeatureFlagsProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/FeatureFlagsProvider.tsx#L23

Invalid type "any" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 42 in src/app/ui/AppProvider/NavigationProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/NavigationProvider.tsx#L42

Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 46 in src/app/ui/AppProvider/NavigationProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/NavigationProvider.tsx#L46

Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)

Check warning on line 48 in src/app/ui/AppProvider/NavigationProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/NavigationProvider.tsx#L48

Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)