maxpou/gatsby-starter-morning-dew

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

Summary

Maintainability
A
1 hr
Test Coverage

Function useSiteImages has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useSiteImages = imageName => {
  const result = useStaticQuery(graphql`
    {
      allFile(filter: { sourceInstanceName: { eq: "images" } }) {
        edges {
Severity: Minor
Found in src/hooks/use-site-images.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status