mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 12:54:27 +00:00
Move MD059 rule to configuration file (#7484)
This commit is contained in:
@@ -25,4 +25,8 @@ MD036: false
|
||||
|
||||
# MD040 code blocks should have a language specified: https://github.com/DavidAnson/markdownlint/blob/main/doc/md040.md
|
||||
# Set to false as the help_x.md files are code blocks without a language specified, which is fine and does not need to change
|
||||
MD040: false
|
||||
MD040: false
|
||||
|
||||
# MD059 Link text should be descriptive: https://github.com/DavidAnson/markdownlint/blob/main/doc/md059.md
|
||||
# Set to false because it is too strict
|
||||
MD059: false
|
||||
|
||||
Reference in New Issue
Block a user