vinyguedess/stackerjs-db-file-adapter

View on GitHub
src/FileAdapter.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    parseFilters(filters) 
    {
        if (!filters) return () => true;

        if (typeof filters === "function") return filters;
Severity: Minor
Found in src/FileAdapter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status