mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	style: fix prettier
This commit is contained in:
		@@ -2,7 +2,7 @@ import relativeLinksRule from "./src/index.js"
 | 
			
		||||
 | 
			
		||||
const config = {
 | 
			
		||||
  config: {
 | 
			
		||||
    "extends": "markdownlint/style/prettier",
 | 
			
		||||
    extends: "markdownlint/style/prettier",
 | 
			
		||||
    default: true,
 | 
			
		||||
    "relative-links": true,
 | 
			
		||||
    "no-inline-html": false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user