Skip to content

7.0.0

Choose a tag to compare

@wooorm wooorm released this 05 Aug 10:21
· 17 commits to main since this release
8a82d7b
  • 62e7b2a Use ESM
    // From CommonJS
    var remarkCommentConfig = require('remark-comment-config')
    
    // To ESM
    import remarkCommentConfig from 'remark-comment-config'
    Learn more about ESM in this guide
  • 52096ba Add JSDoc based types
  • 1a47b7e Remove warning for remark 12