Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 2, 2025

PR Checklist

Overview

Uses prettier-plugin-sentences-per-line to move this formatting/style concern to the formatter. This creates a new blockPrettierPluginSentencesPerLine separate from Markdownlint.

As a tooling benefit, now the lint:md command doesn't have to add in a --rules.

This also applies the rule to CODE_OF_CONDUCT.md. I'd previously resisted because I didn't want to mess with the pre-provided copy&paste of the Contributor Covenant. But it's simpler to just apply the whitespace changes.

🎁

@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.78%. Comparing base (32a8bb8) to head (f37fb82).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2285   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files         136      137    +1     
  Lines        6123     6142   +19     
  Branches      511      511           
=======================================
+ Hits         6110     6129   +19     
  Misses         13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 8dced8a into main Dec 2, 2025
13 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the prettier-plugin-sentences-per-line branch December 2, 2025 16:56
@github-actions
Copy link

github-actions bot commented Dec 2, 2025

🎉 This is included in version v2.49.0 🎉

The release is available on:

Cheers! 📦🚀

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.

🚀 Feature: Move sentences-per-line into the formatter, Prettier

2 participants