This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
socketio-jwt/.markdownlint-cli2.jsonc

12 lines
255 B
Plaintext
Raw Normal View History

2022-09-09 11:39:27 +02:00
{
2023-05-13 19:25:45 +02:00
"config": {
"extends": "markdownlint/style/prettier",
"relative-links": true,
"default": true,
"MD033": false
},
2022-09-09 11:39:27 +02:00
"globs": ["**/*.{md,mdx}"],
"ignores": ["**/node_modules"],
"customRules": ["markdownlint-rule-relative-links"]
2022-09-09 11:39:27 +02:00
}