mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	feat: add support for markdownlint v0.38.0
This commit is contained in:
		
							
								
								
									
										26
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								package.json
									
									
									
									
									
								
							@@ -44,19 +44,19 @@
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/markdown-it": "14.1.2",
 | 
			
		||||
    "@types/node": "22.10.2",
 | 
			
		||||
    "editorconfig-checker": "6.0.0",
 | 
			
		||||
    "eslint": "9.17.0",
 | 
			
		||||
    "eslint-config-conventions": "18.0.0",
 | 
			
		||||
    "@types/node": "22.15.17",
 | 
			
		||||
    "editorconfig-checker": "6.0.1",
 | 
			
		||||
    "eslint": "9.26.0",
 | 
			
		||||
    "eslint-config-conventions": "19.2.0",
 | 
			
		||||
    "eslint-plugin-promise": "7.2.1",
 | 
			
		||||
    "eslint-plugin-unicorn": "56.0.1",
 | 
			
		||||
    "eslint-plugin-import-x": "4.6.1",
 | 
			
		||||
    "globals": "15.14.0",
 | 
			
		||||
    "markdownlint": "0.37.2",
 | 
			
		||||
    "markdownlint-cli2": "0.17.0",
 | 
			
		||||
    "prettier": "3.4.2",
 | 
			
		||||
    "semantic-release": "24.2.0",
 | 
			
		||||
    "typescript-eslint": "8.18.2",
 | 
			
		||||
    "typescript": "5.7.2"
 | 
			
		||||
    "eslint-plugin-unicorn": "59.0.1",
 | 
			
		||||
    "eslint-plugin-import-x": "4.11.1",
 | 
			
		||||
    "globals": "16.1.0",
 | 
			
		||||
    "markdownlint": "0.38.0",
 | 
			
		||||
    "markdownlint-cli2": "0.18.0",
 | 
			
		||||
    "prettier": "3.5.3",
 | 
			
		||||
    "semantic-release": "24.2.3",
 | 
			
		||||
    "typescript-eslint": "8.32.0",
 | 
			
		||||
    "typescript": "5.8.3"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user