7.0.0
- 62e7b2a Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkCommentConfig = require('remark-comment-config') // To ESM import remarkCommentConfig from 'remark-comment-config'
- 52096ba Add JSDoc based types
- 1a47b7e Remove warning for remark 12