Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 3, 2024
1 parent dbc195b commit 8d4a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderer.js
Expand Up @@ -219,7 +219,7 @@ const tokenizer = {

module.exports = function(data, options) {
const { post_asset_folder, marked: markedCfg, source_dir } = this.config;
const { prependRoot, postAsset, dompurify, mangle } = markedCfg;
const { prependRoot, postAsset, dompurify } = markedCfg;
const { path, text } = data;

// exec filter to extend marked
Expand Down

0 comments on commit 8d4a77c

Please sign in to comment.