Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.17 KB

File metadata and controls

17 lines (11 loc) · 1.17 KB

Arduino för ungdomar

DOI

Files used by continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.markdownlint.jsonc Configuration of the Markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the Markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.