1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Tools: Spellcheck Markdown documents (#10004)

This commit is contained in:
Laurent Cozic
2024-02-26 16:53:48 +00:00
committed by GitHub
parent 83599234a9
commit 28fd9c3039
42 changed files with 1419 additions and 1146 deletions

View File

@@ -16,4 +16,7 @@ module.exports = {
'yarn packageJsonLint',
'yarn linter-precommit',
],
'*.{md,mdx}': [
'yarn spellcheck',
],
};