Skip to content

Commit

Permalink
chore(lint): fix issues with ESLint
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
lint-action committed Sep 22, 2024
1 parent 974b380 commit bd062df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = function (eleventyConfig) {
});

// Indirect: wrap addTransform with addPlugin, so that bundled inline JS
// gets substituted before calling htmlcsp.
// gets substituted before calling htmlcsp.
eleventyConfig.addPlugin(function (eleventyConfig) {
eleventyConfig.addTransform('htmlcsp', htmlcsp);
});
Expand Down

0 comments on commit bd062df

Please sign in to comment.