exercism/website

View on GitHub
app/javascript/esbuild.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function build() {
  const env = require('./.config/env.json')
  require('esbuild')
    .build({
      entryPoints: [
Severity: Minor
Found in app/javascript/esbuild.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status