mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
chore(deps): update dependency remark-preset-lint-recommended to v7 (#48479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
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],
|
||||
['remark-lint-no-undefined-references', { allow: [' ', /RFC/] }],
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user