mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 05:28:27 +02:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
const config = {
|
|
plugins: [
|
|
'remark-preset-lint-recommended',
|
|
['remark-lint-no-undefined-references', { allow: [' ', /RFC/] }],
|
|
],
|
|
};
|
|
|
|
module.exports = config;
|