Skip to content

Commit

Permalink
Fix Markdownlint ignores (#14565)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 24, 2023
1 parent 25917dd commit 445d662
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,11 @@
}
},
"customRules": ["markdownlint-rule-search-replace"],
"ignores": ["node_modules", "**/conflicting/**", "**/orphaned/**", ".github/"]
"ignores": [
"node_modules",
".git",
".github",
"**/conflicting/**",
"**/orphaned/**"
]
}

0 comments on commit 445d662

Please sign in to comment.