mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	refactor: simplify logic understanding
This commit is contained in:
		@@ -66,7 +66,7 @@ Contributions are welcome to improve the rule, and to alleviate these limitation
 | 
			
		||||
 | 
			
		||||
## Prerequisites
 | 
			
		||||
 | 
			
		||||
- [Node.js](https://nodejs.org/) >= 16.0.0
 | 
			
		||||
[Node.js](https://nodejs.org/) >= 16.0.0
 | 
			
		||||
 | 
			
		||||
## Installation
 | 
			
		||||
 | 
			
		||||
@@ -88,7 +88,7 @@ We recommend configuring [markdownlint-cli2](https://github.com/DavidAnson/markd
 | 
			
		||||
    "default": true,
 | 
			
		||||
    "relative-links": true
 | 
			
		||||
  },
 | 
			
		||||
  "globs": ["**/*.{md,mdx}"],
 | 
			
		||||
  "globs": ["**/*.md"],
 | 
			
		||||
  "ignores": ["**/node_modules"],
 | 
			
		||||
  "customRules": ["markdownlint-rule-relative-links"]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user