chore: use markdownlint-cli2 directly for linting Markdown (#42192)
This commit is contained in:
parent
19dc276878
commit
0b62abf244
7 changed files with 116 additions and 48 deletions
|
@ -278,7 +278,7 @@ const LINTERS = [{
|
|||
|
||||
// Run markdownlint on all Markdown files
|
||||
for (const chunk of chunkFilenames(filenames)) {
|
||||
spawnAndCheckExitCode('electron-markdownlint', chunk);
|
||||
spawnAndCheckExitCode('markdownlint-cli2', chunk);
|
||||
}
|
||||
|
||||
// Run the remaining checks only in docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue