mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 17:56:02 +03:00
[PR #406] [MERGED] Correct typo in JSON schema type keyword #861
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#861
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/406
Author: @per1234
Created: 6/15/2021
Status: ✅ Merged
Merged: 6/15/2021
Merged by: @DavidAnson
Base:
next← Head:correct-schema-keyword📝 Commits (1)
b13e09aCorrect typo in JSON schematypekeyword📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
schema/build-config-schema.js(+1 -1)📝
schema/markdownlint-config-schema.json(+1 -1)📄 Description
A typo caused the markdownlint configuration JSON schema to contain an invalid keyword named
type:rather than the intendedtypekeyword.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.