mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
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;
|