ant-design/.remarkrc.js

6 lines
136 B
JavaScript
Raw Normal View History

const config = {
2019-05-07 14:57:32 +08:00
plugins: ['remark-preset-lint-recommended', ['remark-lint-list-item-indent', 'space']],
};
module.exports = config;