mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD038/no-space-in-code to ignore backticks in link destinations (fixes #206).
This commit is contained in:
parent
cd7a65cedd
commit
c3e8eab87b
3 changed files with 46 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"array-bracket-spacing": ["error", "always"],
|
||||
"array-element-newline": "off",
|
||||
"capitalized-comments": "off",
|
||||
"complexity": "off",
|
||||
"dot-location": ["error", "property"],
|
||||
"func-style": ["error", "declaration"],
|
||||
"function-paren-newline": "off",
|
||||
|
|
@ -22,7 +23,7 @@
|
|||
"max-lines": "off",
|
||||
"max-lines-per-function": "off",
|
||||
"max-params": ["error", 10],
|
||||
"max-statements": ["error", 33],
|
||||
"max-statements": "off",
|
||||
"multiline-comment-style": ["error", "separate-lines"],
|
||||
"multiline-ternary": "off",
|
||||
"newline-per-chained-call": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue