Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
chore(remark): enabled import of esm plugins in the remark config
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Aug 20, 2021
1 parent 17cc5e7 commit bf6c907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .remarkrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ exports.settings = {

exports.plugins = [
'@form8ion/remark-lint-preset',
[require('remark-toc'), {tight: true}],
['remark-toc', {tight: true}],
['remark-usage', {heading: 'example'}]
];
];

0 comments on commit bf6c907

Please sign in to comment.