Fix Github Actions eslint task (#22) #204
ESLint Report Analysis
0 ESLint error(s) and 36 ESLint warning(s) found
Details
Annotations
Check warning on line 20 in src/api/index.ts
github-actions / ESLint Report Analysis
src/api/index.ts#L20
[@typescript-eslint/no-unused-vars] 'msgs' is defined but never used.
Check warning on line 21 in src/api/index.ts
github-actions / ESLint Report Analysis
src/api/index.ts#L21
[@typescript-eslint/no-unused-vars] 'msgs' is defined but never used.
Check warning on line 10 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L10
[@typescript-eslint/naming-convention] Enum Member name `Delphi` must match one of the following formats: camelCase
Check warning on line 11 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L11
[@typescript-eslint/naming-convention] Enum Member name `Img` must match one of the following formats: camelCase
Check warning on line 13 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L13
[@typescript-eslint/no-unused-vars] 'PANEL_TYPE' is assigned a value but never used.
Check warning on line 45 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L45
[prefer-const] 'commentBody' is never reassigned. Use 'const' instead.
Check warning on line 58 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L58
[prefer-const] 'breakElem' is never reassigned. Use 'const' instead.
Check warning on line 62 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L62
[prefer-const] 'postTimeElem' is never reassigned. Use 'const' instead.
Check warning on line 67 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L67
[prefer-const] 'posterNameElem' is never reassigned. Use 'const' instead.
Check warning on line 111 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L111
[@typescript-eslint/no-unused-vars] 'refreshImage' is defined but never used.
Check warning on line 118 in src/frontend/dash/chiefdelphi.ts
github-actions / ESLint Report Analysis
src/frontend/dash/chiefdelphi.ts#L118
[prefer-const] 'children' is never reassigned. Use 'const' instead.
Check warning on line 15 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L15
[prefer-const] 'deltaAvg' is never reassigned. Use 'const' instead.
Check warning on line 152 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L152
[prefer-const] 'circle1' is never reassigned. Use 'const' instead.
Check warning on line 189 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L189
[prefer-const] 'targetMaxX1' is never reassigned. Use 'const' instead.
Check warning on line 190 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L190
[prefer-const] 'targetMaxY1' is never reassigned. Use 'const' instead.
Check warning on line 191 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L191
[prefer-const] 'targetMinX1' is never reassigned. Use 'const' instead.
Check warning on line 192 in src/frontend/dash/circlePacker.ts
github-actions / ESLint Report Analysis
src/frontend/dash/circlePacker.ts#L192
[prefer-const] 'targetMinY1' is never reassigned. Use 'const' instead.
Check warning on line 34 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L34
[prefer-const] 'maxR' is never reassigned. Use 'const' instead.
Check warning on line 35 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L35
[prefer-const] 'minR' is never reassigned. Use 'const' instead.
Check warning on line 36 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L36
[prefer-const] 'scaleR' is never reassigned. Use 'const' instead.
Check warning on line 48 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L48
[prefer-const] 'avgRad' is never reassigned. Use 'const' instead.
Check warning on line 49 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L49
[prefer-const] 'numRad' is never reassigned. Use 'const' instead.
Check warning on line 64 in src/frontend/dash/index.ts
github-actions / ESLint Report Analysis
src/frontend/dash/index.ts#L64
[@typescript-eslint/no-unused-vars] 'getNameDensity' is defined but never used.
Check warning on line 115 in src/frontend/dash/renderCircles.ts
github-actions / ESLint Report Analysis
src/frontend/dash/renderCircles.ts#L115
[prefer-const] 'now' is never reassigned. Use 'const' instead.
Check warning on line 116 in src/frontend/dash/renderCircles.ts
github-actions / ESLint Report Analysis
src/frontend/dash/renderCircles.ts#L116
[prefer-const] 'timetext' is never reassigned. Use 'const' instead.