alxshelepenok/gatsby-starter-lumen

View on GitHub
src/hooks/use-site-metadata.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

const useSiteMetadata = () => {
  const { site } = useStaticQuery(graphql`
    query SiteMetaData {
      site {
        siteMetadata {
Severity: Minor
Found in src/hooks/use-site-metadata.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status