mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
a83a693cc2
* chore(deps): update dependency remark-cli to v12 * fix: fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com>
11 lines
245 B
JavaScript
11 lines
245 B
JavaScript
const config = {
|
|
plugins: [
|
|
'remark-preset-lint-recommended',
|
|
['remark-lint-list-item-indent', 'space'],
|
|
['remark-lint-no-literal-urls', false],
|
|
['remark-lint-no-undefined-references', false],
|
|
],
|
|
};
|
|
|
|
module.exports = config;
|