UNPKG

rehype-plugin-image-native-lazy-loading

Version:

![build](https://github.com/potato4d/rehype-plugin-image-native-lazy-loading/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/potato4d/rehype-plugin-image-native-lazy-loading/branch/master/graph/badge.svg)](https://codecov.io/gh/potato4d/rehyp

12 lines (11 loc) 444 B
module.exports = { preset: require.resolve('conventional-changelog-conventionalcommits'), types: [ { type: 'feat', section: 'Features' }, { type: 'fix', section: 'Bug Fixes' }, { type: 'chore', section: 'Chores', hidden: false }, { type: 'docs', section: 'Document Changes', hidden: false }, { type: 'refactor', section: 'Refactoring', hidden: false }, { type: 'test', section: 'Test Improve', hidden: false } ] }