Skip to content

Commit 8fa8f29

Browse files
committed
Disable defaults rules
1 parent 3e16485 commit 8fa8f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Example markdownlint JSON(C) configuration with all properties set to their default value
33

44
// Default state for all rules
5-
"default": true,
5+
"default": false,
66

77
// Path to configuration file to extend
88
"extends": null,

0 commit comments

Comments
 (0)