rizowski/eslint-watch

View on GitHub
src/events/watch/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  listen(opts) {
    const watcher = watch.createWatcher(opts._, { ignored: opts.watchIgnore });
    const { flags, dirs } = cli.getCli(opts);
    const cacheLocation = path.relative(process.cwd(), path.resolve(opts.cacheLocation || '.eslintcache'));

Severity: Minor
Found in src/events/watch/index.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status