Explorar o código

Update example.markdownlint-cli2.jsonc

Ivan Savenko hai 5 meses
pai
achega
cedb577b5c
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      CI/example.markdownlint-cli2.jsonc

+ 5 - 2
CI/example.markdownlint-cli2.jsonc

@@ -272,7 +272,10 @@
 		},
 		
 		// MD058 - Tables should be surrounded by blank lines
-		"MD058" : true
+		"MD058" : true,
+
+		// MD059 - Link text should be descriptive
+		"MD059" : false
 
 	}
-}
+}