npm run format
This commit is contained in:
committed by
Justin Fagnani
parent
fae1b82b91
commit
4b231be37d
@@ -1,15 +1,15 @@
|
||||
const syntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight");
|
||||
const syntaxHighlight = require('@11ty/eleventy-plugin-syntaxhighlight');
|
||||
|
||||
module.exports = function(eleventyConfig) {
|
||||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPlugin(syntaxHighlight);
|
||||
return {
|
||||
dir: {
|
||||
input: "docs-src",
|
||||
output: "docs"
|
||||
input: 'docs-src',
|
||||
output: 'docs',
|
||||
},
|
||||
templateExtensionAliases: {
|
||||
"11ty.cjs": "11ty.js",
|
||||
"11tydata.cjs": "11tydata.js"
|
||||
}
|
||||
'11ty.cjs': '11ty.js',
|
||||
'11tydata.cjs': '11tydata.js',
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user