storybook/.remarkrc.js

4 lines
110 B
JavaScript
Raw Normal View History

module.exports = {
plugins: ['remark-preset-lint-recommended', ['remark-lint-list-item-indent', false]],
};