Skip to content

Commit

Permalink
ci: add component docs to markdownlint ignore, revert prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 11, 2023
1 parent 367e9ae commit a93c5b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3
rev: v3.1.0
hooks:
- id: prettier
args:
[--ignore-unknown, --no-error-on-unmatched-pattern, "!pnpm-lock.yaml"]

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
hooks:
- id: markdownlint
args: [--fix, --ignore, CHANGELOG.md]
args: [--fix, --ignore, CHANGELOG.md, --ignore, docs/components]

0 comments on commit a93c5b4

Please sign in to comment.