Skip to content

Commit

Permalink
build: disable fenced-code-language check in markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 17, 2023
1 parent 79313f8 commit 1044b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "@electron/lint-roller/configs/markdownlint.json",
"fenced-code-language": false,
"blanks-around-fences": false,
"no-multiple-blanks": false
}

0 comments on commit 1044b95

Please sign in to comment.