jplusplus/the-accountant

View on GitHub
src/components/i18n/i18n.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function I18nService has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function I18nService($translate, memoizeMixin) {
  const _meta = Symbol('meta');
  const _fields = Symbol('fields');

  class I18n {
Severity: Major
Found in src/components/i18n/i18n.service.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status