vinyguedess/stackerjs-db-file-adapter

View on GitHub

Showing 1 of 3 total issues

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
    Severity
    Category
    Status
    Source
    Language