raviqqe/pomodoro

View on GitHub
src/main.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const main = () => {
  const element = document.getElementById("root");

  if (!element) {
    throw new Error("no root element");
Severity: Minor
Found in src/main.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status