ant-design/.remarkrc.js

10 lines
193 B
JavaScript
Raw Normal View History

const config = {
plugins: [
'remark-preset-lint-recommended',
['remark-lint-list-item-indent', 'space'],
['remark-lint-no-literal-urls', false],
],
};
module.exports = config;