Skip to content

Commit

Permalink
chore(markdownlint): ignore .changeset folder (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Mar 18, 2024
1 parent 5564b82 commit 05c6411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ config:
MD013: false
MD033:
allowed_elements: [a, h3, img, p]
# MD041: false
MD041: false

globs:
- '**/*.md'
- '!.changeset'
- '!.changeset/**'
- '!**/node_modules'

0 comments on commit 05c6411

Please sign in to comment.