Skip to content

Commit

Permalink
refactor: delete unnecessary 'use strict';
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 28, 2023
1 parent 1958fb2 commit 4494db9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/highlight/highlight.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

// Lazy require highlight.js
let highlight;

Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/highlight/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

module.exports = ctx => {
const { highlight } = ctx.extend;

Expand Down
2 changes: 0 additions & 2 deletions lib/plugins/highlight/prism.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

// Lazy require prismjs
let prismHighlight;

Expand Down

0 comments on commit 4494db9

Please sign in to comment.