manaba-enhanced-for-tsukuba/manaba-enhanced

View on GitHub
src/methods/dragAndDrop.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

const main = (): void => {
  const fileInput = document.querySelector(".form-input-file") as
    | HTMLInputElement
    | undefined
  const formWrapper = document.querySelector(".form") as
Severity: Major
Found in src/methods/dragAndDrop.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status