apollo-elements/apollo-elements

View on GitHub
rocket.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function eleventy has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  eleventy(eleventyConfig) {
    eleventyConfig
      .addPassthroughCopy('decks/azconf-dev-2021/**/*.{js,png,svg,jpg,webp,woff,woff2}');
    eleventyConfig.addFilter('formatDate', date =>
      date instanceof Date ? date.toDateString() : date);
Severity: Minor
Found in rocket.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status