rizowski/eslint-watch

View on GitHub
src/cli/options.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getCli has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getCli(options) {
    const eswKeys = ['watch', 'versions', 'version', 'clear', 'changed', 'watchIgnore', 'watchDelay'];

    return Object.entries(options).reduce(
      (acc, [key, value]) => {
Severity: Minor
Found in src/cli/options.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status