mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: use markdownlint-cli2 directly for linting Markdown (#42192)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user