mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
9a0e2ad91f
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
const config = {
|
|
plugins: [
|
|
'remark-preset-lint-recommended',
|
|
['remark-lint-no-undefined-references', { allow: [' ', /RFC/] }],
|
|
],
|
|
};
|
|
|
|
module.exports = config;
|