Skip to content

Instantly share code, notes, and snippets.

@xdesro
Created October 27, 2022 19:44
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdesro/69583b25d281d055cd12b144381123bf to your computer and use it in GitHub Desktop.
Save xdesro/69583b25d281d055cd12b144381123bf to your computer and use it in GitHub Desktop.
Hint VS Code for eleventyConfig autocompletion.
/**
* @param {import("@11ty/eleventy/src/UserConfig")} eleventyConfig
*/
module.exports = (eleventyConfig) => {
return {};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment