Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve all tsc errors #217

Merged
merged 30 commits into from
Feb 6, 2025

@ts-expect-error instead of @ts-ignore

224e7fb
Select commit
Loading
Failed to load commit list.
Merged

Resolve all tsc errors #217

@ts-expect-error instead of @ts-ignore
224e7fb
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Feb 5, 2025 in 5s

4 issues fixed. 42 issues found.

Annotations

Check warning on line 50 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L50

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

Check notice on line 306 in assets/js/navigation.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/navigation.ts#L293-L306

Complex Method

Check notice on line 7 in assets/js/draw/shapes.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/draw/shapes.ts#L7

'color' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 53 in assets/js/interactive.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/interactive.ts#L53

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

Check warning on line 82 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L82

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

Check warning on line 32 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L32

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

Check notice on line 7 in assets/js/draw/shapes.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/draw/shapes.ts#L7

Unexpected 'fixme' comment: 'FIXME: Currently not used?'. (no-warning-comments)

Check warning on line 200 in assets/js/overview.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/overview.ts#L200

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

Check warning on line 84 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L84

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

Check warning on line 223 in assets/js/track/ideogram.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/ideogram.ts#L223

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

Check warning on line 93 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L93

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

Check warning on line 45 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L45

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

Check warning on line 164 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L164

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

Check warning on line 86 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L86

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

Check notice on line 71 in assets/js/track/transcript.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/transcript.ts#L71

'plotFormat' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 288 in assets/js/track/transcript.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/transcript.ts#L288

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

Check warning on line 99 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L99

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

Check warning on line 49 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L49

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

Check warning on line 58 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L58

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

Check notice on line 256 in assets/js/navigation.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/navigation.ts#L256

Unexpected 'fixme' comment: 'FIXME: Does this change work? Remove the...'. (no-warning-comments)

Check warning on line 148 in assets/js/types.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/types.ts#L148

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

Check notice on line 199 in assets/js/track/variant.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/variant.ts#L199

Unexpected 'fixme' comment: 'FIXME: This should really be a class'. (no-warning-comments)

Check warning on line 52 in assets/js/interactive.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/interactive.ts#L52

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

Check notice on line 144 in assets/js/track/ideogram.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/ideogram.ts#L144

'bandId' is defined but never used. (@typescript-eslint/no-unused-vars)

Check warning on line 80 in assets/js/track/base.ts

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/js/track/base.ts#L80

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