gramps-graphql/gramps

View on GitHub
packages/gramps/src/helpers/preparei18nextResources.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const preparei18nextResources = dataSources => {
  const dataSourcesWithLocales = dataSources.filter(
    dataSource => dataSource.locales,
  );

Severity: Minor
Found in packages/gramps/src/helpers/preparei18nextResources.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status