Closed michaelhiiva closed 3 years ago
The current pre-commit checks do not lint our Markdown files. Thus, we can have inconsistencies when a developer is using a Linter.
My markdown linter automatically changed the * to -
_Originally posted by @kcoopermiller in https://github.com/usgo/agagd/pull/194#discussion_r658914195_
pre-commit checks and lints Markdown. This will help standardized our Markdown documentation and prevent similar linter issue.
Resolved by #201.
Summary
The current pre-commit checks do not lint our Markdown files. Thus, we can have inconsistencies when a developer is using a Linter.
_Originally posted by @kcoopermiller in https://github.com/usgo/agagd/pull/194#discussion_r658914195_
Expected Behavior
pre-commit checks and lints Markdown. This will help standardized our Markdown documentation and prevent similar linter issue.