This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/master by this push:
new 024d3484 .eleventy.js: cleaner import of UserConfig type for JSDoc
type checking
024d3484 is described below
commit 024d348407ea5e88da7ec18d135fdb9404f8b557
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Dec 10 13:51:22 2025 -0800
.eleventy.js: cleaner import of UserConfig type for JSDoc type checking
---
.eleventy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.eleventy.js b/.eleventy.js
index 67296254..46023d8f 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -4,7 +4,7 @@ const sass = require("sass");
const pluginRss = require("@11ty/eleventy-plugin-rss");
/**
- * @typedef {import('@11ty/eleventy/UserConfig').default} UserConfig
+ * @import UserConfig from "@11ty/eleventy/UserConfig"
*/
module.exports = /** @param eleventyConfig {UserConfig} */ function
(eleventyConfig) {