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:
afc163
2024-04-16 13:36:01 +08:00
committed by GitHub
parent fa6f113dde
commit 9a0e2ad91f
4 changed files with 5 additions and 7 deletions

View File

@@ -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/] }],
],
};