amzn/style-dictionary

View on GitHub
examples/advanced/multi-brand-multi-platform/build.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getStyleDictionaryConfig has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getStyleDictionaryConfig(brand, platform) {
  return {
    "source": [
      `properties/brands/${brand}/*.json`,
      "properties/globals/**/*.json",
Severity: Minor
Found in examples/advanced/multi-brand-multi-platform/build.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status