maxpou/gatsby-starter-morning-dew

View on GitHub
src/hooks/use-site-config.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const useSiteMetadata = () => {
  const result = useStaticQuery(graphql`
    {
      site {
        siteMetadata {
Severity: Minor
Found in src/hooks/use-site-config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status