From f30c79c0d9998355bfdb3e4f4988d4e986149771 Mon Sep 17 00:00:00 2001 From: Zearin Date: Thu, 4 May 2023 16:36:08 -0400 Subject: [PATCH] Add JSDoc (for completion) eleventy.config.js --- eleventy.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eleventy.config.js b/eleventy.config.js index 3fba4b7..6a897fc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -10,6 +10,7 @@ const { EleventyHtmlBasePlugin } = require("@11ty/eleventy"); const pluginDrafts = require("./eleventy.config.drafts.js"); const pluginImages = require("./eleventy.config.images.js"); +/** @param {import('@11ty/eleventy').UserConfig} eleventyConfig */ module.exports = function(eleventyConfig) { // Copy the contents of the `public` folder to the output folder // For example, `./public/css/` ends up in `_site/css/`