Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: various formatting fixes #15412

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Aug 5, 2022

  • doesn't format text in JSX <pre> tags anymore
  • fixes formatting of markdown task lists

@@ -164,8 +164,7 @@
if (!isValidDescriptor(desc)) {
return PromiseReject(
new TypeError(
`The provided value "${desc
?.name}" is not a valid permission name.`,
`The provided value "${desc?.name}" is not a valid permission name.`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually fixed a while ago, but we forgot to update dprint.json.

Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret merged commit 888b268 into denoland:main Aug 5, 2022
@dsherret dsherret deleted the fix_various_formatting branch August 5, 2022 23:31
dsherret added a commit that referenced this pull request Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants