mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add support for using custom rules.
This commit is contained in:
parent
4619a8c824
commit
f24f98e146
11 changed files with 497 additions and 71 deletions
|
|
@ -63,7 +63,7 @@
|
|||
"max-len": "error",
|
||||
"max-lines": "off",
|
||||
"max-nested-callbacks": "error",
|
||||
"max-params": ["error", 7],
|
||||
"max-params": ["error", 8],
|
||||
"max-statements": ["error", 20],
|
||||
"max-statements-per-line": "error",
|
||||
"multiline-comment-style": ["error", "separate-lines"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue