fix: show correct error message for invalid duration #49
ESLint Report Analysis
0 ESLint error(s) and 12 ESLint warning(s) found
Details
Annotations
Check warning on line 24 in src/spreadsheet/index.ts
github-actions / ESLint Report Analysis
src/spreadsheet/index.ts#L24
[@typescript-eslint/no-unused-vars] 'max50Hours' is defined but never used. Allowed unused vars must match /^_/u.
Check warning on line 308 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L308
[prefer-const] 'renderedCircles' is never reassigned. Use 'const' instead.
Check warning on line 308 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 308 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 308 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L308
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 354 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L354
[prefer-const] 'diameter' is never reassigned. Use 'const' instead.
Check warning on line 361 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L361
[prefer-const] 'rendered' is never reassigned. Use 'const' instead.
Check warning on line 366 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L366
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
Check warning on line 368 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L368
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
Check warning on line 370 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L370
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
Check warning on line 374 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L374
[@typescript-eslint/ban-ts-comment] Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer.
Check warning on line 376 in src/views/dash/circlepacker.ts
github-actions / ESLint Report Analysis
src/views/dash/circlepacker.ts#L376
[@typescript-eslint/no-unused-vars] 'snapCircles' is assigned a value but never used. Allowed unused vars must match /^_/u.