mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +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:
parent
fa6f113dde
commit
9a0e2ad91f
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -6,7 +6,7 @@ Your pull requests will be merged after one of the collaborators approve.
|
|||||||
Thank you!
|
Thank you!
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)]
|
[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)
|
||||||
|
|
||||||
### 🤔 This is a ...
|
### 🤔 This is a ...
|
||||||
|
|
||||||
|
2
.github/PULL_REQUEST_TEMPLATE/pr_cn.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/pr_cn.md
vendored
@ -6,7 +6,7 @@
|
|||||||
请确保填写以下 pull request 的信息,谢谢!~
|
请确保填写以下 pull request 的信息,谢谢!~
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md?plain=1)]
|
[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md?plain=1)
|
||||||
|
|
||||||
### 🤔 这个变动的性质是?
|
### 🤔 这个变动的性质是?
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
const config = {
|
const config = {
|
||||||
plugins: [
|
plugins: [
|
||||||
'remark-preset-lint-recommended',
|
'remark-preset-lint-recommended',
|
||||||
['remark-lint-list-item-indent', 'space'],
|
['remark-lint-no-undefined-references', { allow: [' ', /RFC/] }],
|
||||||
['remark-lint-no-literal-urls', false],
|
|
||||||
['remark-lint-no-undefined-references', false],
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -320,8 +320,8 @@
|
|||||||
"remark-cli": "^12.0.0",
|
"remark-cli": "^12.0.0",
|
||||||
"remark-gfm": "^4.0.0",
|
"remark-gfm": "^4.0.0",
|
||||||
"remark-lint": "^10.0.0",
|
"remark-lint": "^10.0.0",
|
||||||
"remark-lint-no-undefined-references": "^4.2.1",
|
"remark-lint-no-undefined-references": "^5.0.0",
|
||||||
"remark-preset-lint-recommended": "^6.1.3",
|
"remark-preset-lint-recommended": "^7.0.0",
|
||||||
"remark-rehype": "^11.1.0",
|
"remark-rehype": "^11.1.0",
|
||||||
"runes2": "^1.1.4",
|
"runes2": "^1.1.4",
|
||||||
"semver": "^7.6.0",
|
"semver": "^7.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user