jibeinc/juice

View on GitHub
src/LocationTypeahead/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(el, fetch, opts = {}) {
    const currentLocationText = opts.currentLocationText || 'Use my current location';
    const showLoaderOnCurrentLocation = opts.showLoaderOnCurrentLocation || false;

    // define the "current location" icon DOM fragment
Severity: Minor
Found in src/LocationTypeahead/index.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status