raviqqe/tasks

View on GitHub
src/main.ts

Summary

Maintainability
B
4 hrs
Test Coverage

Function main has 105 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: Major
Found in src/main.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status